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