【寻宝密宗】增加QA
parent
d017873b79
commit
6e9136aa14
|
|
@ -1682,6 +1682,7 @@ HELP_TYPE = {
|
|||
WishCard = 97,--心愿抽卡
|
||||
JourneyWithWind = 98,--缥缈之旅
|
||||
ShanHeShiLian = 96,--山河试炼
|
||||
XunBaoMiZong = 103,--寻宝迷踪
|
||||
}
|
||||
|
||||
NumToComplexFont = {
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ end
|
|||
--绑定事件(用于子类重写)
|
||||
function XunBaoMiZong:BindEvent()
|
||||
Util.AddOnceClick(self.btnHelp,function ()
|
||||
UIManager.OpenPanel(UIName.HelpPopup,HELP_TYPE.LingShouBaoGe,self.helpPosition.x,self.helpPosition.y)
|
||||
UIManager.OpenPanel(UIName.HelpPopup,HELP_TYPE.XunBaoMiZong,self.helpPosition.x,self.helpPosition.y)
|
||||
end)
|
||||
|
||||
Util.AddOnceClick(self.btnReward,function ()
|
||||
|
|
@ -121,6 +121,7 @@ end
|
|||
|
||||
--界面关闭时调用(用于子类重写)
|
||||
function XunBaoMiZong:OnClose()
|
||||
self.gameObject:SetActive(false)
|
||||
if self.timer then
|
||||
self.timer:Stop()
|
||||
self.timer = nil
|
||||
|
|
|
|||
Loading…
Reference in New Issue