wangfukang 2 days ago
parent
commit
a530d8c972
  1. 6
      package1/group/groupBuyList.vue

6
package1/group/groupBuyList.vue

@ -69,8 +69,8 @@
</view> </view>
<view class="shop-top"> <view class="shop-top">
<view class="shop-img"> <view class="shop-img">
<img :src="item.shopIcon" alt=""> <img :src="item.shopIcon" lazy-load alt="">
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/6c4ab92a43c842d8bb22035bce1f65cc.png" <img lazy-load src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/6c4ab92a43c842d8bb22035bce1f65cc.png"
alt="" alt=""
style="width:30rpx;height:30rpx;position: absolute;top: 0;left: 0;background-size: 100%;" /> style="width:30rpx;height:30rpx;position: absolute;top: 0;left: 0;background-size: 100%;" />
</view> </view>
@ -111,7 +111,7 @@
<view class="menu-member" v-if='item1.isPush == 1 && item1.delFlag == 1' <view class="menu-member" v-if='item1.isPush == 1 && item1.delFlag == 1'
v-for="(item1,index1) in item.products" :key="index1" @tap="goDetail('product',item1)"> v-for="(item1,index1) in item.products" :key="index1" @tap="goDetail('product',item1)">
<view class="menu-img"> <view class="menu-img">
<img :src="item1.productPicture" alt=""> <img :src="item1.productPicture" lazy-load alt="">
</view> </view>
<view class="menu-content"> <view class="menu-content">
<view class="shop-menu-name"> <view class="shop-menu-name">

Loading…
Cancel
Save