需求变更

This commit is contained in:
yanran200730
2022-11-11 08:36:42 +08:00
parent e08d795e53
commit 8b1197fe54
7 changed files with 140 additions and 67 deletions

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.merchantPhoto" mode="aspectFill" />
<image :src="item.logoFiles[0].url" mode="aspectFill" />
<div class="middle">
<h2>{{ item.merchantName }}</h2>
<p>{{ item.title }}</p>