【gm】====转盘显示修改

wangzhenxing 2022-11-03 15:14:18 +08:00
parent ce0df44e22
commit 327fe749e3
1 changed files with 2 additions and 1 deletions

View File

@ -165,6 +165,7 @@ end
---界面打开或者重新打开后,界面刷新时调用(用于子类重写)
function GMTurnTablePanel:OnShow()
self.gameObject:SetActive(true)
this.upView:OnOpen({ showType = UpViewOpenType.ShowLeft, panelType = PanelType.LuckyTreasure })
this.gmBtns[1].selectImg:SetActive(true)
this.gmBtns[1].nameTxt.color=Color.New(1,0.95,0.85,1)
@ -209,7 +210,7 @@ function GMTurnTablePanel:OnClose()
LuckyTurnTableManager._CountDownTimer:Stop()
LuckyTurnTableManager._CountDownTimer=nil
end
self.gameObject:SetActive(false)
LuckyTurnTableManager.ClearSaveData()
end