tianyi 1 month ago
parent
commit
7fc86eb7f7
  1. 4
      package2/group/searchGroup.vue

4
package2/group/searchGroup.vue

@ -52,10 +52,10 @@
</view>
</view>
<view class="shop-list">
<view class="shop-member" v-for="(item,index) in shopList" :key="index" @tap="goDetail('shop',item)">
<view class="shop-member" v-for="(item,index) in shopList" :key="index">
<view class="shop-top">
<view class="shop-img">
<img :src="item.shopIcon" alt="" @tap="goDetail('shop',item)">
<img :src="item.shopIcon" alt="">
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/6c4ab92a43c842d8bb22035bce1f65cc.png" alt="" style="width:30rpx;height:30rpx;position: absolute;top: 0;left: 0;background-size: 100%;" />
</view>
<view class="shop-content" @tap="goDetail('shop',item)">

Loading…
Cancel
Save