登录
This commit is contained in:
parent
f7de553771
commit
bab3e8218e
@ -330,7 +330,6 @@ function SDKManager:adRewradAd(noReport)
|
||||
Logger.logHighlight("-------------------")
|
||||
ModuleManager.TaskManager:addTaskProgress(GConst.TaskConst.TASK_TYPE.X_WATCH_AD)
|
||||
if not noReport then
|
||||
-- DataManager.PlayerData:addAdCount()
|
||||
-- BIReport:postAdEvent()
|
||||
end
|
||||
end
|
||||
@ -372,6 +371,7 @@ function SDKManager:login(callback, loginType)
|
||||
end
|
||||
self.isLogining = true
|
||||
self:_login(function(code, msg)
|
||||
Logger.log("login finish:%s %s", code, msg)
|
||||
if code == SDKManager.BF_LOGIN_RESULT.Success then
|
||||
if not msg then
|
||||
self.isLogining = false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user