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