每日挑战引导
This commit is contained in:
parent
ec365ee0d8
commit
c43e51b3d4
@ -7,6 +7,7 @@ TutorialConst.START_TUTORIAL = 1
|
|||||||
TutorialConst.PASS_ONE_CHAPTER = 2
|
TutorialConst.PASS_ONE_CHAPTER = 2
|
||||||
TutorialConst.TWO_CHAPTER_BOX_CAN_GOT = 3
|
TutorialConst.TWO_CHAPTER_BOX_CAN_GOT = 3
|
||||||
TutorialConst.PASS_THREE_CHAPTER = 4
|
TutorialConst.PASS_THREE_CHAPTER = 4
|
||||||
|
TutorialConst.UNLOCK_DAILY_CHALLENGE = 5
|
||||||
|
|
||||||
TutorialConst.TUTORIAL_TYPE = {
|
TutorialConst.TUTORIAL_TYPE = {
|
||||||
CLICK = 1, -- 点击任意区域
|
CLICK = 1, -- 点击任意区域
|
||||||
|
|||||||
@ -900,6 +900,12 @@ function MainCityUI:checkTutorial()
|
|||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if DataManager.DailyChallengeData:isOpen() then
|
||||||
|
if ModuleManager.TutorialManager:checkFuncTutorial(GConst.TutorialConst.UNLOCK_DAILY_CHALLENGE) then
|
||||||
|
return true
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- 检查礼包(首充/章节/新手/助力/成长/金币顺序)
|
-- 检查礼包(首充/章节/新手/助力/成长/金币顺序)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user