Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
luyao 2022-04-28 18:10:20 +08:00
commit fc328f1e5c
1 changed files with 7 additions and 7 deletions

View File

@ -46,14 +46,14 @@ function this.HongMengGuideFun(OnOff)
this.IsFirstOpenHarmonyBei = true this.IsFirstOpenHarmonyBei = true
end end
end end
--修行引导
function this.PracticeGuideFun() function this.PracticeGuideFun()
if not AppConst.isGuide then -- if not AppConst.isGuide then
LogGreen("不在引导内,不引导神印") -- LogGreen("不在引导内,不引导神印")
return -- return
end -- end
table.insert(_FuncGuideList, 102500) -- table.insert(_FuncGuideList, 102500)
this.CheckFuncGuide() -- this.CheckFuncGuide()
end end
function this.OnLevelChange() function this.OnLevelChange()