no message

jiaoyangna 2020-10-22 01:25:03 +08:00
parent 9a980bf88b
commit eceb50c114
2 changed files with 4 additions and 0 deletions

View File

@ -171,6 +171,7 @@ function this.refresh()
this:showTaskList(curType) this:showTaskList(curType)
this:SetRedPoint() this:SetRedPoint()
CheckRedPointStatus(RedPointType.QinglongSerectTreasureTrail) CheckRedPointStatus(RedPointType.QinglongSerectTreasureTrail)
CheckRedPointStatus(RedPointType.QinglongSerectTreasure)
end end

View File

@ -247,6 +247,8 @@ function this.ChangeVipRedPointState()
CheckRedPointStatus(RedPointType.Achievement_Main) CheckRedPointStatus(RedPointType.Achievement_Main)
CheckRedPointStatus(RedPointType.QinglongSerectTreasureTrail) CheckRedPointStatus(RedPointType.QinglongSerectTreasureTrail)
CheckRedPointStatus(RedPointType.DynamicActTask) CheckRedPointStatus(RedPointType.DynamicActTask)
CheckRedPointStatus(RedPointType.QinglongSerectTreasure)
CheckRedPointStatus(RedPointType.pozhenzhuxianTask)
--CheckRedPointStatus(RedPointType.Achievement_One) --CheckRedPointStatus(RedPointType.Achievement_One)
--CheckRedPointStatus(RedPointType.Achievement_Two) --CheckRedPointStatus(RedPointType.Achievement_Two)
--CheckRedPointStatus(RedPointType.Achievement_Three) --CheckRedPointStatus(RedPointType.Achievement_Three)
@ -316,6 +318,7 @@ function this.ResetTreasureTaskInfo(taskList)
Game.GlobalEvent:DispatchEvent(GameEvent.DynamicTask.OnMissionChange) Game.GlobalEvent:DispatchEvent(GameEvent.DynamicTask.OnMissionChange)
Game.GlobalEvent:DispatchEvent(GameEvent.TreasureOfHeaven.TaskRefresh) Game.GlobalEvent:DispatchEvent(GameEvent.TreasureOfHeaven.TaskRefresh)
CheckRedPointStatus(RedPointType.QinglongSerectTreasureTrail) CheckRedPointStatus(RedPointType.QinglongSerectTreasureTrail)
CheckRedPointStatus(RedPointType.QinglongSerectTreasure)
end end
--迷宫寻宝前端刷新任务自行赋值 --迷宫寻宝前端刷新任务自行赋值