罗世杰:feat&fix:修复notice处的bug,完成商铺展示列表

This commit is contained in:
LuoShijie
2023-11-04 22:43:39 +08:00
parent b94ebd5486
commit 5010fb8538
11 changed files with 200 additions and 19 deletions

View File

@@ -8,6 +8,9 @@
</template>
<script>
/**
* @property {Array} shopInfoList 对象数组,(带图片)需要展示的商铺列表
*/
export default {
name:"ShowShopList",
data() {
@@ -24,15 +27,19 @@
imageUrl: 'https://alifei01.cfp.cn/creative/vcg/800/new/VCG41175510742.jpg',
title: '琴行铺面转让',
promotionNum: 23,
price: 5000,
date: '2023-11-02'
price: 6000,
date: '2023-11-02',
pos: '锦江区',
sqr: 100
},
{
imageUrl: 'https://alifei01.cfp.cn/creative/vcg/800/new/VCG41175510742.jpg',
title: '琴行铺面转让',
promotionNum: 28,
price: 8000,
date: '2023-11-02'
price: 5000,
date: '2023-11-02',
pos: '锦江区',
sqr: 200
}
]
}