提交 7a855922 编写于 作者: D Devil

登录授权循环bug修复

上级 129ce081
...@@ -240,6 +240,7 @@ App({ ...@@ -240,6 +240,7 @@ App({
} }
}, },
fail: function () { fail: function () {
swan.removeStorageSync(self.data.cache_user_login_key);
self.user_login(object, method); self.user_login(object, method);
} }
}); });
......
...@@ -239,6 +239,7 @@ App({ ...@@ -239,6 +239,7 @@ App({
} }
}, },
fail: function () { fail: function () {
qq.removeStorageSync(self.data.cache_user_login_key);
self.user_login(object, method); self.user_login(object, method);
} }
}); });
......
...@@ -240,6 +240,7 @@ App({ ...@@ -240,6 +240,7 @@ App({
} }
}, },
fail: function () { fail: function () {
tt.removeStorageSync(self.data.cache_user_login_key);
self.user_login(object, method); self.user_login(object, method);
} }
}); });
......
...@@ -240,6 +240,7 @@ App({ ...@@ -240,6 +240,7 @@ App({
} }
}, },
fail: function () { fail: function () {
wx.removeStorageSync(self.data.cache_user_login_key);
self.user_login(object, method); self.user_login(object, method);
} }
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册