zhaoxiaohai %!s(int64=2) %!d(string=hai) anos
pai
achega
0e09d8ef56
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      pages/login/modules/login.js

+ 0 - 2
pages/login/modules/login.js

@@ -29,14 +29,12 @@ function query_userauth(i = 0) {
             nocache: true
             nocache: true
         }
         }
     }).then(res => {
     }).then(res => {
-        console.log("权限", res)
         if (res.msg != '成功') return query_userauth(i + 1);
         if (res.msg != '成功') return query_userauth(i + 1);
         wx.setStorageSync('userauth', res.data);
         wx.setStorageSync('userauth', res.data);
         count += 1;
         count += 1;
         toHome();
         toHome();
     });
     });
     if (!getApp().globalData.socketEstablish) getApp().initSocket();
     if (!getApp().globalData.socketEstablish) getApp().initSocket();
-    console.log(getApp().globalData.SocketTask)
 }
 }
 /* 查询站点数据 */
 /* 查询站点数据 */
 function querySite_Parameter(i = 0) {
 function querySite_Parameter(i = 0) {