添加核销码的展示

This commit is contained in:
赵毅 2025-09-15 16:57:55 +08:00
parent 7876e674b0
commit 6bad5494f9

View File

@ -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({