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

Loading…
Cancel
Save