diff --git a/packages/shop/shopCar/index.vue b/packages/shop/shopCar/index.vue index d121f411..2f66cafc 100644 --- a/packages/shop/shopCar/index.vue +++ b/packages/shop/shopCar/index.vue @@ -304,7 +304,11 @@ export default { isAdver: item.adver_id ? true : '' })); // NavgateTo(`../submitOrder/index?shopCarList=${JSON.stringify(arr)}`); - NavgateTo(`../groupPurchaseSubmit/index?shopCarList=${JSON.stringify(updatedArr)}`); + if(this.is_group_buy){ + NavgateTo(`../groupPurchaseSubmit/index?shopCarList=${JSON.stringify(updatedArr)}`); + }else{ + NavgateTo(`/packages/advertising/groupPurchaseSubmit/index?shopCarList=${JSON.stringify(updatedArr)}`); + } }, // 获取购物车列表