浏览代码

0元支付成功跳转bug

秦鹏 3 年之前
父节点
当前提交
c32bd449d2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/payment/Payment.vue

+ 1 - 1
src/components/payment/Payment.vue

@@ -148,7 +148,7 @@ export default {
         .then((res) => {
         .then((res) => {
           console.log(res);
           console.log(res);
           if (!res.pay_page_url && item.price == 0) {
           if (!res.pay_page_url && item.price == 0) {
-            window.location.href = "/GCLS-Personal/#/EnterSys/OrderPaySuccess";
+            window.location.href = "/GCLS-Personal/#/OrderPaySuccess";
           } else {
           } else {
             window.location.href = res.pay_page_url;
             window.location.href = res.pay_page_url;
           }
           }