修改个人中心购物车提交订单的页面跳转逻辑

This commit is contained in:
赵毅 2025-11-13 17:54:51 +08:00
parent beb06721c5
commit 9b988c9585

View File

@ -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)}`);
}
},