屏蔽魂印商店引导

tcx_xiyou_solider
PC-202302260912\Administrator 2024-04-25 21:54:33 +08:00
parent 9fcf135a79
commit a39f1bb3ea
1 changed files with 9 additions and 4 deletions

View File

@ -80,10 +80,10 @@ function this.OnLevelChange()
elseif PlayerManager.level == 15 then
--StoryMapManager.isShowStory = 3
elseif CheckFunctionOpen(FUNCTION_OPEN_TYPE.hunyin) then--魂印功能 引导商店魂印页签
if CheckListIsContainValue1(_FuncGuideList,101700)==false then
table.insert(_FuncGuideList, 101700)
end
this.CheckFuncGuide()
-- if CheckListIsContainValue1(_FuncGuideList,101700)==false then
-- table.insert(_FuncGuideList, 101700)
-- end
-- this.CheckFuncGuide()
elseif CheckFunctionOpen(FUNCTION_OPEN_TYPE.GodPrint) then
-- body
-- table.insert(_FuncGuideList, 104000)
@ -112,6 +112,11 @@ function this.OnFunctionOpen(funcId)
-- --LogGreen("不在引导内")
return
end
-- if UIManager.IsTopShow(UIName.MainPanel)==false and UIManager.IsTopShow(UIName.FightPointPassMainPanel)==false then
-- LogError("退出引导==============================")
-- return
-- end
--LogGreen(tostring(AppConst.isGuide))
local guideId = GlobalSystemConfig[funcId].GuideId
if not guideId or guideId == 0 then