no message
parent
9a980bf88b
commit
eceb50c114
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
--迷宫寻宝前端刷新任务自行赋值
|
--迷宫寻宝前端刷新任务自行赋值
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue