diff --git a/sourcecode/baidu/default/app.js b/sourcecode/baidu/default/app.js index ee8893376..0198a5119 100755 --- a/sourcecode/baidu/default/app.js +++ b/sourcecode/baidu/default/app.js @@ -240,6 +240,7 @@ App({ } }, fail: function () { + swan.removeStorageSync(self.data.cache_user_login_key); self.user_login(object, method); } }); diff --git a/sourcecode/qq/default/app.js b/sourcecode/qq/default/app.js index b67263e4b..bb483fa60 100755 --- a/sourcecode/qq/default/app.js +++ b/sourcecode/qq/default/app.js @@ -239,6 +239,7 @@ App({ } }, fail: function () { + qq.removeStorageSync(self.data.cache_user_login_key); self.user_login(object, method); } }); diff --git a/sourcecode/toutiao/default/app.js b/sourcecode/toutiao/default/app.js index 57423de56..b5e38dd96 100755 --- a/sourcecode/toutiao/default/app.js +++ b/sourcecode/toutiao/default/app.js @@ -240,6 +240,7 @@ App({ } }, fail: function () { + tt.removeStorageSync(self.data.cache_user_login_key); self.user_login(object, method); } }); diff --git a/sourcecode/weixin/default/app.js b/sourcecode/weixin/default/app.js index 966efaeb9..78df5902f 100755 --- a/sourcecode/weixin/default/app.js +++ b/sourcecode/weixin/default/app.js @@ -240,6 +240,7 @@ App({ } }, fail: function () { + wx.removeStorageSync(self.data.cache_user_login_key); self.user_login(object, method); } });