Merge branch 'dev' of git.juzugame.com:b6-client/b6-lua into dev

This commit is contained in:
chenxi 2023-05-29 15:19:28 +08:00
commit c5b7f6ba96

View File

@ -246,6 +246,8 @@ function NetManager:connect(domain, port, callback, socketName)
GFunc.showMessageBox(params)
end
else
UIManager:hideWaitNet(true)
LocalData:setLastLoginInfo(NetManager.LOGIN_TYPE.TOKEN, pbData.id, pbData.token)
LocalData:setAccountInfo(pbData)
BIReport:updateAccountId(pbData.id)