mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
登录授权循环bug修复
This commit is contained in:
@ -240,6 +240,7 @@ App({
|
||||
}
|
||||
},
|
||||
fail: function () {
|
||||
swan.removeStorageSync(self.data.cache_user_login_key);
|
||||
self.user_login(object, method);
|
||||
}
|
||||
});
|
||||
|
||||
@ -239,6 +239,7 @@ App({
|
||||
}
|
||||
},
|
||||
fail: function () {
|
||||
qq.removeStorageSync(self.data.cache_user_login_key);
|
||||
self.user_login(object, method);
|
||||
}
|
||||
});
|
||||
|
||||
@ -240,6 +240,7 @@ App({
|
||||
}
|
||||
},
|
||||
fail: function () {
|
||||
tt.removeStorageSync(self.data.cache_user_login_key);
|
||||
self.user_login(object, method);
|
||||
}
|
||||
});
|
||||
|
||||
@ -240,6 +240,7 @@ App({
|
||||
}
|
||||
},
|
||||
fail: function () {
|
||||
wx.removeStorageSync(self.data.cache_user_login_key);
|
||||
self.user_login(object, method);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user