wangfukang 3 weeks ago
parent
commit
dc11b8c057
  1. 2
      package2/shop/orderDetail.vue
  2. 2
      package2/shop/ranking.vue

2
package2/shop/orderDetail.vue

@ -162,7 +162,7 @@
<view class="" @tap="goDetail(item)" v-for="(item,index) in data.groupInfo.groupIdList" :key="index" style="width: 90rpx;height: 90rpx;margin: 0 auto;position: relative;">
<view style="z-index: 99;position: absolute;top:0;width: 90rpx;height: 90rpx;border-radius: 90rpx;border:4rpx solid #48D1CC"></view>
<view style="">
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/801c569079da4540990c1cc634186fdd.png" alt="" style="width: 90rpx;height: 90rpx;border-radius: 90rpx;display: block;" />
<img src="/static/images/img/songshu.png" alt="" style="width: 90rpx;height: 90rpx;border-radius: 90rpx;display: block;" />
</view>
<view style="background: #fff;position: absolute;bottom: 6rpx;width: 100%;height: 24rpx;font-size: 20rpx;line-height: 24rpx;text-align: center;">
{{item | lastFour}}

2
package2/shop/ranking.vue

@ -51,7 +51,7 @@
</view>
<view v-if="index != 0 && index != 1 && index != 2" style="width: 44rpx;justify-content: center;align-items: center;display: flex;">{{index + 1}}</view>
<view class="box-left">
<img :src="item.icon || 'https://jewel-shop.oss-cn-beijing.aliyuncs.com/801c569079da4540990c1cc634186fdd.png'"/>
<img :src="item.icon || '/static/images/img/songshu.png'"/>
</view>
<view class="box-right">
<view class="box-right-num">{{item.workerName == null?'暂无':item.workerName}}</view>

Loading…
Cancel
Save