diff --git a/src/components/page/components/pendingPayment/OrderConfirmation.vue b/src/components/page/components/pendingPayment/OrderConfirmation.vue index a6a805a..082d2e4 100644 --- a/src/components/page/components/pendingPayment/OrderConfirmation.vue +++ b/src/components/page/components/pendingPayment/OrderConfirmation.vue @@ -66,7 +66,7 @@
-
-
+
-->
{ console.log('res at line 222:', res); if (res.code == 0) { - - window.location.href = res.data.paystation.payme_url; loading.close(); + this.$router.push(res.data.paystation.payment_url) + // window.location.href = res.data.paystation.payment_url; + loading.close(); } else { this.$message.error(res.data.msg); + loading.close() } }); },