|
@@ -24,7 +24,9 @@ function query_userauth(i = 0) {
|
|
|
_Http.basic({
|
|
|
"classname": "sysmanage.develop.userauth.userauth",
|
|
|
"method": "query_userauth",
|
|
|
- content: {}
|
|
|
+ content: {
|
|
|
+ nocache: true
|
|
|
+ }
|
|
|
}).then(res => {
|
|
|
if (res.msg != '成功') return query_userauth(i + 1);
|
|
|
wx.setStorageSync('userauth', res.data);
|