添加核销码的展示

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 class="boxshadow_img">
<view style="margin-bottom: 15rpx;">0230 7559 1358</view>
<view style="margin-bottom: 15rpx;">{{verifyCode}}</view>
<image
src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_share_img.png">
</image>
@ -306,7 +306,7 @@ export default {
activeTab: 'pickup', //
quantity: 1, //
selectedPayment: 'wechat',
boxshadow1: false,
boxshadow1: true,
boxshadow2: false,
defAddress: {},
defZTAddress: [],
@ -316,6 +316,9 @@ export default {
// id
group_buy_activity_id: 0,
//
verifyCode: '',
};
},
computed: {
@ -616,9 +619,9 @@ export default {
group_buy_activity_id: this.group_buy_activity_id,
}
request(apiArr.queryOrder, "POST", params).then(res => {
this.verifyCode = res.verification_code
this.boxshadow1 = true
})
},
fail: (payErr) => {
uni.showToast({