This commit is contained in:
yanran200730
2022-11-09 09:07:54 +08:00
parent 2c0c80c7d3
commit bd94a1372a
2 changed files with 2 additions and 2 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.photoUrl" mode="aspectFill" />
<image :src="item.merchantPhoto" mode="aspectFill" />
<div class="right">
<h2>{{ item.merchantName }}</h2>
<p>{{ item.title }}</p>

View File

@@ -2,7 +2,7 @@
<div class="Store">
<div class="store-list">
<div class="store-item" v-for="(item, index) in list" :key="index" hover-class="text-hover" @click="$linkTo('./StoreDetail?id=' + item.id)">
<image :src="item.photoUrl" mode="aspectFill" />
<image :src="item.merchantPhoto" mode="aspectFill" />
<div class="middle">
<h2>{{ item.merchantName }}</h2>
<p>{{ item.title }}</p>