From f3f5aafe6177e7c9fada761f923a6433765e5c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Fri, 26 Dec 2025 11:24:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=93=E8=B4=AD=E7=AB=8B?= =?UTF-8?q?=E5=8D=B3=E8=B4=AD=E4=B9=B0=E6=94=AF=E4=BB=98=E5=90=8E=E4=B8=8D?= =?UTF-8?q?=E8=B0=83=E7=94=A8=E6=9F=A5=E5=8D=95=E6=8E=A5=E5=8F=A3=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/shop/goods/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/shop/goods/index.vue b/packages/shop/goods/index.vue index 04e966be..47d03414 100644 --- a/packages/shop/goods/index.vue +++ b/packages/shop/goods/index.vue @@ -893,8 +893,7 @@ export default { success: (payRes) => { const params = { order_id: orderId, - from: this.carList.some(item => item.isAdver === true) ? 3 : (isGroupBuyValid ? 2 : 1), - adver_id: this.carList.some(item => item.isAdver === true) ? this.carList.find(item => item.isAdver === true).adver_id : '' + from: 1, } request(apiArr.queryOrder, "POST", params).then(res => { this.verifyCode = res.verification_code