bug
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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.userAvatarUrl || 'https://cdn.cunwuyun.cn/wxmp/tianfuxing/banner.png'" />
|
||||
<image :src="item.photoUrl" mode="aspectFill" />
|
||||
<div class="middle">
|
||||
<h2>{{ item.merchantName }}</h2>
|
||||
<p>{{ item.title }}</p>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<div class="back-wrapper" @click="back" v-show="!isFixed" :style="{marginTop : statusBarHeight + 'px'}">
|
||||
<image src="/static/img/left.png"/>
|
||||
</div>
|
||||
<image class="banner" :src="info.merchantInfo.photoUrl" />
|
||||
<image class="banner" mode="aspectFill" :src="info.merchantInfo.photoUrl" />
|
||||
<div class="wrapper">
|
||||
<div class="top">
|
||||
<div class="top-right">
|
||||
|
||||
Reference in New Issue
Block a user