Commit 6ec71526 authored by xishifeng's avatar xishifeng

补充

parent 169e6f13
<template>
<li>
<div>
<div>
<div>恒大国际广场</div>
<div>12-55㎡</div>
<div>
<mark>小面积</mark>
<mark>随时看房</mark>
<mark>沿街旺铺</mark>
</div>
</div>
<div>20000元/月</div>
<div>
<div>已下架</div>
</div>
</div>
</li>
</template>
<script>
import '@/assets/js/layer041002.js';
export default {
name: '',
props: {
data: {
type: Object,
default: () => ({
message: 'hello'
})
},
dataindex: {
type: [Number, String],
default: 0
}
},
components: {
},
data: () => ({
}),
created() {
let _this = this;
},
mounted() {
let _this = this;
},
methods: {
},
computed: {
}
}
</script>
<style scoped>
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment