Commit 8502afda authored by jiangjiantao's avatar jiangjiantao

登录bugfixed

parent 4fb6d177
...@@ -85,7 +85,7 @@ Page({ ...@@ -85,7 +85,7 @@ Page({
my.ix.onBuddyMessage({ my.ix.onBuddyMessage({
success: (res) => { success: (res) => {
console.info(`onBuddyMessage success: ${JSON.stringify(res)}`); console.info(`onBuddyMessage success: ${JSON.stringify(res)}`);
if (res.action == ACTION_LOGIN_OK) { if (res.action == ACTION_LOGIN_OK && !getApp().globalData.isLoginOk) {
//后屏登录成功 //后屏登录成功
my.hideLoading(); my.hideLoading();
my.reLaunch({ my.reLaunch({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment