添加核销码的展示
This commit is contained in:
parent
7876e674b0
commit
6bad5494f9
@ -233,7 +233,7 @@
|
|||||||
已支付成功
|
已支付成功
|
||||||
</view>
|
</view>
|
||||||
<view class="boxshadow_img">
|
<view class="boxshadow_img">
|
||||||
<view style="margin-bottom: 15rpx;">0230 7559 1358</view>
|
<view style="margin-bottom: 15rpx;">{{verifyCode}}</view>
|
||||||
<image
|
<image
|
||||||
src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_share_img.png">
|
src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_share_img.png">
|
||||||
</image>
|
</image>
|
||||||
@ -306,7 +306,7 @@ export default {
|
|||||||
activeTab: 'pickup', // 默认选中自提
|
activeTab: 'pickup', // 默认选中自提
|
||||||
quantity: 1, // 商品数量
|
quantity: 1, // 商品数量
|
||||||
selectedPayment: 'wechat',
|
selectedPayment: 'wechat',
|
||||||
boxshadow1: false,
|
boxshadow1: true,
|
||||||
boxshadow2: false,
|
boxshadow2: false,
|
||||||
defAddress: {},
|
defAddress: {},
|
||||||
defZTAddress: [],
|
defZTAddress: [],
|
||||||
@ -316,6 +316,9 @@ export default {
|
|||||||
|
|
||||||
// 团购活动id
|
// 团购活动id
|
||||||
group_buy_activity_id: 0,
|
group_buy_activity_id: 0,
|
||||||
|
|
||||||
|
// 核销码
|
||||||
|
verifyCode: '',
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
@ -616,9 +619,9 @@ export default {
|
|||||||
group_buy_activity_id: this.group_buy_activity_id,
|
group_buy_activity_id: this.group_buy_activity_id,
|
||||||
}
|
}
|
||||||
request(apiArr.queryOrder, "POST", params).then(res => {
|
request(apiArr.queryOrder, "POST", params).then(res => {
|
||||||
|
this.verifyCode = res.verification_code
|
||||||
this.boxshadow1 = true
|
this.boxshadow1 = true
|
||||||
})
|
})
|
||||||
|
|
||||||
},
|
},
|
||||||
fail: (payErr) => {
|
fail: (payErr) => {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user