关闭主城临时剧情入口

dev_chengFeng
jiaoyangna 2021-04-28 00:16:08 +08:00
parent c04277c304
commit f352c53b6f
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ function this:InitComponent()
-- 无尽
this.btnEndLess = Util.GetGameObject(self.gameObject, "LeftDown/btnRoot/btnEndLess")
this.btnEndLess:SetActive(true)
this.btnEndLess:SetActive(false)
--鸿蒙
this.btnHongMeng=Util.GetGameObject(self.gameObject,"RightDown/btnHongMeng")

View File

@ -189,7 +189,7 @@ function this.ShowStory()
if isShowStory == 1 then
Game.GlobalEvent:AddEvent(GameEvent.GuaJi.CloseStoryMapPanel,this.InitShowPanel)
PlayerPrefs.SetInt("StoryMapPanel2"..PlayerManager.uid,0)
StoryMapManager.InitData(1)
StoryMapManager.InitData(3)
else
this.InitShowPanel()
end