This commit is contained in:
yanran200730
2022-11-08 19:05:19 +08:00
parent 336461a14d
commit 6dd89c48f9
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@
<h2>商家优惠</h2>
<div class="yh-list">
<div class="yh-item" v-for="(item, index) in list" :key="index" hover-class="text-hover" @click="$linkTo('./StoreDetail?id=' + item.id)">
<image :src="item.userAvatarUrl || 'https://cdn.cunwuyun.cn/wxmp/tianfuxing/banner.png'" />
<image :src="item.photoUrl" mode="aspectFill" />
<div class="right">
<h2>{{ item.merchantName }}</h2>
<p>{{ item.title }}</p>