tianyi 2 weeks ago
parent
commit
538fd4563d
  1. 4
      pages/shop/orderDetail.vue

4
pages/shop/orderDetail.vue

@ -387,7 +387,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 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="z-index: 99;position: absolute;top:0;width: 90rpx;height: 90rpx;border-radius: 90rpx;border:4rpx solid #48D1CC"></view>
<view style=""> <view style="">
<img src="/static/images/img/songshu.png" alt="" style="width: 90rpx;height: 90rpx;border-radius: 90rpx;display: block;" /> <image src="/static/image/songshu.png" alt="" style="width: 90rpx;height: 90rpx;border-radius: 90rpx;display: block;" />
</view> </view>
<view style="background: #fff;position: absolute;bottom: 6rpx;width: 100%;height: 24rpx;font-size: 20rpx;line-height: 24rpx;text-align: center;"> <view style="background: #fff;position: absolute;bottom: 6rpx;width: 100%;height: 24rpx;font-size: 20rpx;line-height: 24rpx;text-align: center;">
{{item | lastFour}} {{item | lastFour}}
@ -865,7 +865,7 @@
let that = this; let that = this;
this.NB.sendRequest("/mall/admin/seckillGroup/customerPhone/get", { this.NB.sendRequest("/mall/admin/seckillGroup/customerPhone/get", {
regionId: regionId regionId: regionId
}, false, 'post', 'application/x-www-form-urlencoded').then((res) => { }, false, 'GET', 'application/x-www-form-urlencoded').then((res) => {
if (res.code == 200) { if (res.code == 200) {
that.makeCall(res.result); that.makeCall(res.result);
} else { } else {

Loading…
Cancel
Save