|
@@ -16,7 +16,9 @@
|
|
|
<view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
|
|
|
<view style="height: 44px;"></view> -->
|
|
|
<homenav :iStatusBarHeight="iStatusBarHeight" :title="'订单详情'" :cj="3"></homenav>
|
|
|
-
|
|
|
+ <view class="shuaxin" v-if="orderData.data.sheetState == 1 &&sx" @click="shuaxinFn">
|
|
|
+ 如果支付状态未及时更新,请点击 <span style="color: #3F90F7;">刷新</span>
|
|
|
+ </view>
|
|
|
<view class="top" :style="{background:'#'+themeColor}">
|
|
|
<view class="orderState">
|
|
|
<image src="../../../static/img/icon_order_def.png" mode="" style="width: 44rpx;height: 44rpx;"></image>
|
|
@@ -415,6 +417,8 @@
|
|
|
tuicauseList: [],
|
|
|
tuikuanContent: '',
|
|
|
swiperIndex:0,
|
|
|
+ sx:'',
|
|
|
+ sxNum:'',
|
|
|
}
|
|
|
},
|
|
|
//0拼团取消1拼团失败 2拼团中3拼团成功4自动成团 groupState
|
|
@@ -443,13 +447,18 @@
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
-
|
|
|
+ this.sx=opt.sx
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
methods: {
|
|
|
+ shuaxinFn(){
|
|
|
+ this.sxNum=1
|
|
|
+ this.getData();
|
|
|
+ //this.getTuiKuanData()
|
|
|
+ },
|
|
|
isShowTuiHide(){
|
|
|
this.isShowTui=false;
|
|
|
},
|
|
@@ -727,6 +736,13 @@
|
|
|
this.quanMaList.push(item.qrCode);
|
|
|
}
|
|
|
})
|
|
|
+ }
|
|
|
+ if(this.sx&&this.sxNum){
|
|
|
+ uni.showToast({
|
|
|
+ title: '刷新成功',
|
|
|
+ icon: 'none',
|
|
|
+ duration: 3000
|
|
|
+ });
|
|
|
}
|
|
|
this.clock()
|
|
|
console.log('可用券码--',this.quanMaList);
|
|
@@ -1658,4 +1674,12 @@ color: #764D49;font-size: 26rpx;padding-top:20rpx;
|
|
|
.detailedLineBox{
|
|
|
padding-bottom: 10rpx;
|
|
|
}
|
|
|
+ .shuaxin{
|
|
|
+ color: #333333;
|
|
|
+ height: 72rpx;
|
|
|
+ background: #FDF7EB;
|
|
|
+ line-height: 72rpx;
|
|
|
+ padding-left: 24rpx;
|
|
|
+ font-size: 26rpx;
|
|
|
+ }
|
|
|
</style>
|