qinglong update
parent
9395df5406
commit
3a16bedd0d
|
@ -72,7 +72,7 @@ this.Closefunction = function()
|
||||||
local id = ActivityGiftManager.GetActivityIdByType(8)
|
local id = ActivityGiftManager.GetActivityIdByType(8)
|
||||||
LogBlue("收到了关闭活动的消息,id:"..id)
|
LogBlue("收到了关闭活动的消息,id:"..id)
|
||||||
if not ActivityGiftManager.GetActivityOpenStatus(id) then
|
if not ActivityGiftManager.GetActivityOpenStatus(id) then
|
||||||
parent.SwitchView(1)
|
parent:ClosePanel()
|
||||||
return
|
return
|
||||||
else
|
else
|
||||||
this.refresh()
|
this.refresh()
|
||||||
|
|
|
@ -80,7 +80,7 @@ this.Closefunction = function()
|
||||||
local id = ActivityGiftManager.GetActivityIdByType(8)
|
local id = ActivityGiftManager.GetActivityIdByType(8)
|
||||||
LogBlue("收到了关闭活动的消息,id:"..id)
|
LogBlue("收到了关闭活动的消息,id:"..id)
|
||||||
if not ActivityGiftManager.GetActivityOpenStatus(id) then
|
if not ActivityGiftManager.GetActivityOpenStatus(id) then
|
||||||
parent.SwitchView(1)
|
parent:ClosePanel()
|
||||||
return
|
return
|
||||||
else
|
else
|
||||||
this.refresh(curType)
|
this.refresh(curType)
|
||||||
|
|
Loading…
Reference in New Issue