diff --git a/components/common-payment/payment.js b/components/common-payment/payment.js index 095d82b..2ea2ac2 100644 --- a/components/common-payment/payment.js +++ b/components/common-payment/payment.js @@ -738,7 +738,7 @@ export default { * 支付弹窗关闭 */ payClose(){ - this.$util.redirectTo('/pages/order/detail', {order_id: this.$refs.choosePaymentPopup.payInfo.order_id}, 'redirectTo'); + this.$util.redirectTo('/pages_rush/order/detail', {order_id: this.$refs.choosePaymentPopup.payInfo.order_id}, 'redirectTo'); }, /** * 选择优惠券 diff --git a/components/diy-components/diy-category.vue b/components/diy-components/diy-category.vue index 4abba7a..6cf9103 100644 --- a/components/diy-components/diy-category.vue +++ b/components/diy-components/diy-category.vue @@ -457,7 +457,7 @@ export default { cart_ids: cartIds.toString() }, success: () => { - this.$util.redirectTo('/pages/order/payment'); + this.$util.redirectTo('/pages_rush/order/payment'); this.isSub = false; } }); diff --git a/components/diy-components/diy-many-goods-list.vue b/components/diy-components/diy-many-goods-list.vue index b9288fb..063801e 100644 --- a/components/diy-components/diy-many-goods-list.vue +++ b/components/diy-components/diy-many-goods-list.vue @@ -76,7 +76,7 @@ 采购价:¥{{ item.price }} - 前去采购 + 前去采购 diff --git a/components/diy-components/diy-member-my-order.vue b/components/diy-components/diy-member-my-order.vue index 2edcfea..b359fee 100644 --- a/components/diy-components/diy-member-my-order.vue +++ b/components/diy-components/diy-member-my-order.vue @@ -2,7 +2,7 @@ - +