屏蔽魂印商店引导
parent
9fcf135a79
commit
a39f1bb3ea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue