diff --git a/src/components/page/components/pendingPayment/OrderConfirmation.vue b/src/components/page/components/pendingPayment/OrderConfirmation.vue index 082d2e4..e7f5a90 100644 --- a/src/components/page/components/pendingPayment/OrderConfirmation.vue +++ b/src/components/page/components/pendingPayment/OrderConfirmation.vue @@ -240,8 +240,8 @@ export default { .then((res) => { console.log('res at line 222:', res); if (res.code == 0) { - this.$router.push(res.data.paystation.payment_url) - // window.location.href = res.data.paystation.payment_url; + + window.location.href = res.data.detail.paystation_url; loading.close(); } else { this.$message.error(res.data.msg); diff --git a/src/components/page/components/pendingPayment/success.vue b/src/components/page/components/pendingPayment/success.vue index 78e7216..d98bef2 100644 --- a/src/components/page/components/pendingPayment/success.vue +++ b/src/components/page/components/pendingPayment/success.vue @@ -1,5 +1,5 @@