qinglong update

dev_chengFeng
jiaoyangna 2020-08-22 15:48:01 +08:00
parent 9395df5406
commit 3a16bedd0d
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ this.Closefunction = function()
local id = ActivityGiftManager.GetActivityIdByType(8)
LogBlue("收到了关闭活动的消息id:"..id)
if not ActivityGiftManager.GetActivityOpenStatus(id) then
parent.SwitchView(1)
parent:ClosePanel()
return
else
this.refresh()

View File

@ -80,7 +80,7 @@ this.Closefunction = function()
local id = ActivityGiftManager.GetActivityIdByType(8)
LogBlue("收到了关闭活动的消息id:"..id)
if not ActivityGiftManager.GetActivityOpenStatus(id) then
parent.SwitchView(1)
parent:ClosePanel()
return
else
this.refresh(curType)