|
|
@ -52,10 +52,10 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="shop-list"> |
|
|
<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-top"> |
|
|
<view class="shop-img"> |
|
|
<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%;" /> |
|
|
<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> |
|
|
<view class="shop-content" @tap="goDetail('shop',item)"> |
|
|
<view class="shop-content" @tap="goDetail('shop',item)"> |
|
|
|