修改个人中心购物车提交订单的页面跳转逻辑
This commit is contained in:
parent
beb06721c5
commit
9b988c9585
@ -346,9 +346,9 @@ export default {
|
|||||||
if (this.is_group_buy === 1) {
|
if (this.is_group_buy === 1) {
|
||||||
NavgateTo(`/packages/shop/groupPurchaseSubmit/index?shopCarList=${JSON.stringify(updatedArr)}`);
|
NavgateTo(`/packages/shop/groupPurchaseSubmit/index?shopCarList=${JSON.stringify(updatedArr)}`);
|
||||||
} else if (this.is_adver === 1) {
|
} 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)}`);
|
NavgateTo(`/packages/shop/groupPurchaseSubmit/index?shopCarList=${JSON.stringify(updatedArr)}`);
|
||||||
|
}else{
|
||||||
|
NavgateTo(`/packages/shop/goodsSubmit/index?shopCarList=${JSON.stringify(updatedArr)}`);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user