登录授权循环bug修复

feat/task1-c-wallet
Devil 2020-12-25 14:52:47 +08:00
parent 129ce0817f
commit 7a8559226e
4 changed files with 4 additions and 0 deletions

View File

@ -240,6 +240,7 @@ App({
}
},
fail: function () {
swan.removeStorageSync(self.data.cache_user_login_key);
self.user_login(object, method);
}
});

View File

@ -239,6 +239,7 @@ App({
}
},
fail: function () {
qq.removeStorageSync(self.data.cache_user_login_key);
self.user_login(object, method);
}
});

View File

@ -240,6 +240,7 @@ App({
}
},
fail: function () {
tt.removeStorageSync(self.data.cache_user_login_key);
self.user_login(object, method);
}
});

View File

@ -240,6 +240,7 @@ App({
}
},
fail: function () {
wx.removeStorageSync(self.data.cache_user_login_key);
self.user_login(object, method);
}
});