chore: 暂时保存
This commit is contained in:
@@ -922,7 +922,7 @@ export default {
|
||||
payClose() {
|
||||
// 更新购物车数量
|
||||
this.$store.dispatch('getCartNumber');
|
||||
this.$util.redirectTo('/pages_order/detail', {
|
||||
this.$util.redirectTo('/pages_order/detail/detail', {
|
||||
order_id: this.$refs.choosePaymentPopup.payInfo.order_id
|
||||
}, 'redirectTo');
|
||||
},
|
||||
|
||||
@@ -1109,7 +1109,7 @@
|
||||
key: 'orderCreateData',
|
||||
data: data,
|
||||
success: () => {
|
||||
this.$util.redirectTo('/pages_order/payment');
|
||||
this.$util.redirectTo('/pages_order/base/payment');
|
||||
this.btnSwitch = false;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user