ID1016424】

【无尽副本】反复从无尽地图返回主城报错
dev_chengFeng
jiaoyangna 2021-06-10 17:43:52 +08:00
parent ddd0ece70b
commit e087d4c57c
1 changed files with 6 additions and 3 deletions

View File

@ -354,10 +354,10 @@ end
function this.InitCarbonSet()
-- 面板遮罩
this.MaskState(1)
local timer = Timer.New(function()
this.timer = Timer.New(function()
this.MaskState(0)
end, 2.5)
timer:Start()
this.timer:Start()
--如果是在序章
local isStartMap = MapManager.curMapId == 100
this.BtnBack:SetActive(not isStartMap)
@ -533,7 +533,10 @@ function this:OnDestroy()
this.spLoader:Destroy()
if this.timer then
this.timer:Stop()
this.timer = nil
end
_PropItemList = {}
_PointerDownList = {}