变量名错误
This commit is contained in:
parent
2f2a993c12
commit
ab68ef30a9
@ -64,7 +64,7 @@ function AccountManager:onBindAccount(result)
|
||||
loginType = SDKManager.BF_LOGIN_TYPE.APPLE
|
||||
accountInfo.apple_id = result.reqData.id
|
||||
else
|
||||
accountInfo.googld_id = result.reqData.id
|
||||
accountInfo.google_id = result.reqData.id
|
||||
end
|
||||
LocalData:setLastLoginInfo(loginType, result.reqData.id, result.reqData.token)
|
||||
LocalData:setAccountInfo(accountInfo)
|
||||
@ -120,7 +120,7 @@ function AccountManager:onChangeAccount(result)
|
||||
loginType = SDKManager.BF_LOGIN_TYPE.APPLE
|
||||
accountInfo.apple_id = result.reqData.id
|
||||
else
|
||||
accountInfo.googld_id = result.reqData.id
|
||||
accountInfo.google_id = result.reqData.id
|
||||
end
|
||||
LocalData:setLastLoginInfo(loginType, result.reqData.id, result.reqData.token)
|
||||
LocalData:setAccountInfo(accountInfo)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user