From 6bad5494f9d6830118b7109986f8cdab56b75565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Mon, 15 Sep 2025 16:57:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A0=B8=E9=94=80=E7=A0=81?= =?UTF-8?q?=E7=9A=84=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/shop/groupPurchaseSubmit/index.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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({