From 9b988c95858eddee2305a93ba789ba34195d30cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Thu, 13 Nov 2025 17:54:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E8=B4=AD=E7=89=A9=E8=BD=A6=E6=8F=90=E4=BA=A4=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E7=9A=84=E9=A1=B5=E9=9D=A2=E8=B7=B3=E8=BD=AC=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/shopCar/index/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/shopCar/index/index.vue b/packages/shopCar/index/index.vue index 6ae6bc6c..7f789701 100644 --- a/packages/shopCar/index/index.vue +++ b/packages/shopCar/index/index.vue @@ -346,9 +346,9 @@ export default { if (this.is_group_buy === 1) { NavgateTo(`/packages/shop/groupPurchaseSubmit/index?shopCarList=${JSON.stringify(updatedArr)}`); } else if (this.is_adver === 1) { - NavgateTo(`/packages/shop/goodsSubmit/index?shopCarList=${JSON.stringify(updatedArr)}`); - }else{ NavgateTo(`/packages/shop/groupPurchaseSubmit/index?shopCarList=${JSON.stringify(updatedArr)}`); + }else{ + NavgateTo(`/packages/shop/goodsSubmit/index?shopCarList=${JSON.stringify(updatedArr)}`); } },