parent
ef8adb4eb0
commit
9977b269e6
|
@ -483,7 +483,7 @@ function this.RequestProtos(userId)
|
|||
end
|
||||
if UrlList[1] ~= "" and UrlList[2] ~="" then
|
||||
this.protos:SetActive(true)
|
||||
if chanel and (chanel=="XQOT" or chanel=="XQDC") then
|
||||
if chanel and (chanel=="ZZXX" or chanel=="ZZXXXQ") then
|
||||
this.newproto:SetActive(true)
|
||||
else
|
||||
this.newproto:SetActive(false)
|
||||
|
@ -784,6 +784,8 @@ function this.ExecuteLoading()
|
|||
LoadingPanel.End()
|
||||
end)
|
||||
end
|
||||
LogError("开始调用日志上报--------------------------------------------------------")
|
||||
this.SubmitGameData()
|
||||
if OperatingManager.IsBuyGift(78)==false then
|
||||
PlayerPrefs.SetInt(PlayerManager.uid.."chaozhijijin128",0)
|
||||
end
|
||||
|
@ -801,7 +803,6 @@ function this.ExecuteLoading()
|
|||
RedpotManager.CheckAllRedPointStatus()
|
||||
-- 检查新字状态
|
||||
FunctionOpenMananger.InitCheck()
|
||||
this.SubmitGameData()
|
||||
DataCenterManager.CommitBootStatus()
|
||||
|
||||
end,
|
||||
|
@ -993,6 +994,7 @@ function this.SubmitGameData()
|
|||
PlayerPrefs.SetString(tostring(PlayerManager.uid), tostring(PlayerManager.uid))
|
||||
SubmitExtraData({ type = SDKSubMitType.TYPE_CREATE_ROLE })
|
||||
end
|
||||
LogError("开始调用日志上报--------------------------------------------------------11111111111")
|
||||
SubmitExtraData({ type = SDKSubMitType.TYPE_ENTER_GAME })
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue