|
|
@ -119,7 +119,7 @@ |
|
|
|
class="cart-select-img"></image> |
|
|
|
</view> |
|
|
|
<view class="infoCent"> |
|
|
|
<view class="flex-row-plus flex-sp-between flex-items-plus wid"> |
|
|
|
<view class="flex-row-plus flex-sp-between flex-items-plus wid" @click="toStoreClick(item.shopId)"> |
|
|
|
<view class="flex-items-plus flex-row pad-topbot-10"> |
|
|
|
<image class="head-img" mode="aspectFill" :src="item.shopLogo" /> |
|
|
|
<!-- 此层wrap在此为必写的,否则可能会出现标题定位错误 --> |
|
|
@ -131,9 +131,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="toStore flex-items-plus fs24" @click="toStoreClick(item.shopId)"> |
|
|
|
<image src="https://wechat.hnthee.com/ceres-local-file/image/icon_common_big_forward.png"></image> |
|
|
|
</view> |
|
|
|
<image class="shop-forward-img" src="@/static/images/temp/icon_common_big_forward.png"/> |
|
|
|
</view> |
|
|
|
<view class="shopImgBox" v-if="item.productList.length>0"> |
|
|
|
<view class="itemImgBox" v-for="(sItem, sIndex) of item.productList.slice(0, 5)" |
|
|
@ -854,6 +852,12 @@ |
|
|
|
width: 27rpx; |
|
|
|
height: 24rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.shop-forward-img{ |
|
|
|
width: 20rpx; |
|
|
|
height: 34rpx; |
|
|
|
margin-right: 30rpx; |
|
|
|
} |
|
|
|
</style> |
|
|
|
<style> |
|
|
|
page { |
|
|
|