347617796@qq.com 3 anos atrás
pai
commit
501c0fde43
2 arquivos alterados com 3 adições e 3 exclusões
  1. 2 2
      app.js
  2. 1 1
      pages/begin/begin.js

+ 2 - 2
app.js

@@ -1,8 +1,8 @@
 import { showToast } from './utils/feedback'
 import { formatTime, arrRemoveObj, getTypeItem } from './utils/util'
 
-// const baseUrl = "https://test-ding.g107.com/";//测试
-const baseUrl = "https://ding.insys.g107.com/";//正式
+const baseUrl = "https://test-ding.g107.com/";//测试
+// const baseUrl = "https://ding.insys.g107.com/";//正式
 var that;
 var yearArr = [];
 var year = formatTime(new Date()).year;

+ 1 - 1
pages/begin/begin.js

@@ -34,7 +34,7 @@ Page({
         }else{
              that.setData({
               num:0,
-              str:'企业授权已过期'
+              str:data.msg
             })
         }
       })