Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
33db040629
|
@ -215,6 +215,7 @@ function FightPointPassMainPanel:InitComponent()
|
||||||
this.funcBtnList[FUNCTION_OPEN_TYPE.XiaoYaoYou] = this.btnXiaoYao
|
this.funcBtnList[FUNCTION_OPEN_TYPE.XiaoYaoYou] = this.btnXiaoYao
|
||||||
--数字游戏按钮
|
--数字游戏按钮
|
||||||
this.numberGameBtn=Util.GetGameObject(self.gameObject,"Bg/RightUpVertical/numberGameBtn")
|
this.numberGameBtn=Util.GetGameObject(self.gameObject,"Bg/RightUpVertical/numberGameBtn")
|
||||||
|
this.numberGameBtn:SetActive(false)
|
||||||
--解锁功能
|
--解锁功能
|
||||||
this.openFun = Util.GetGameObject(self.gameObject, "Bg/RightUpVertical/openFun")
|
this.openFun = Util.GetGameObject(self.gameObject, "Bg/RightUpVertical/openFun")
|
||||||
this.openFunNeedInfo = Util.GetGameObject(self.gameObject, "Bg/RightUpVertical/openFun/needInfo"):GetComponent("Text")
|
this.openFunNeedInfo = Util.GetGameObject(self.gameObject, "Bg/RightUpVertical/openFun/needInfo"):GetComponent("Text")
|
||||||
|
|
Loading…
Reference in New Issue