[探索]========探索入口代码屏蔽

dev_chengFeng
wangzhenxing 2022-06-08 14:25:41 +08:00
parent 259f8636b5
commit 2e85ea786f
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ function this:InitComponent()
-- 探索
this.btnExplore = Util.GetGameObject(self.gameObject, "bg/btnExplore")
this.btnExplore.gameObject:SetActive(true)
this.btnExplore.gameObject:SetActive(false)
this.btnExploreRed = Util.GetGameObject(this.btnExplore, "redPoint")
--鸿蒙
this.btnHongMeng=Util.GetGameObject(self.gameObject,"RightDown/btnHongMeng")