diff --git a/packages/shop/groupPurchaseSubmit/index.vue b/packages/shop/groupPurchaseSubmit/index.vue index 167c7265..74215c8d 100644 --- a/packages/shop/groupPurchaseSubmit/index.vue +++ b/packages/shop/groupPurchaseSubmit/index.vue @@ -233,7 +233,7 @@ 已支付成功 - 0230 7559 1358 + {{verifyCode}} @@ -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({