lex 2 سال پیش
والد
کامیت
60b7eda61f
2فایلهای تغییر یافته به همراه5 افزوده شده و 2 حذف شده
  1. 3 0
      src/views/app/PaymentResult.vue
  2. 2 2
      vue.config.js

+ 3 - 0
src/views/app/PaymentResult.vue

@@ -67,6 +67,7 @@ export default {
       groupType: null, //订单类型
       timer: null,
       financeChops: null,
+      goodsInfo: [],
     };
   },
   mounted() {
@@ -114,6 +115,8 @@ export default {
             if (tempResult.type == "GOODS_SELL") {
               // 商品销售
               this.getGoodsInfo(tempResult.detail);
+            } else (tempResult.type == 'MALL_BUY') {
+              // 订单购买
             }
           } else {
             // 订单处理中

+ 2 - 2
vue.config.js

@@ -1,5 +1,5 @@
-// let targetUrl = 'https://mteatest.dayaedu.com'
-let targetUrl = "http://192.168.3.26:8000";
+let targetUrl = "https://mteatest.dayaedu.com";
+// let targetUrl = "http://192.168.3.26:8000";
 // let targetUrl = 'http://192.168.3.20:8000'
 // let targetUrl = 'https://online.dayaedu.com'
 // let targetUrl = 'http://dev.dayaedu.com/'