加氪金状态打印
This commit is contained in:
parent
3e2713506e
commit
742b643a78
@ -169,6 +169,10 @@ function LoginManager:loginFinish(data)
|
|||||||
data.is_internal = DataManager.PlayerData:getIsInternal()
|
data.is_internal = DataManager.PlayerData:getIsInternal()
|
||||||
CS.ThinkingAnalytics.ThinkingAnalyticsAPI.UserSet(data)
|
CS.ThinkingAnalytics.ThinkingAnalyticsAPI.UserSet(data)
|
||||||
|
|
||||||
|
if EDITOR_MODE then
|
||||||
|
Logger.logHighlight("氪金次数:"..tostring(data.pay_count))
|
||||||
|
end
|
||||||
|
|
||||||
EventManager:dispatchEvent(EventManager.CUSTOM_EVENT.LOGIN_REQ_SUCCESS)
|
EventManager:dispatchEvent(EventManager.CUSTOM_EVENT.LOGIN_REQ_SUCCESS)
|
||||||
ModuleManager.MailManager:getMailList(true)
|
ModuleManager.MailManager:getMailList(true)
|
||||||
DataManager:setLoginSuccess(true)
|
DataManager:setLoginSuccess(true)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user