xiyou_sanguo
parent
2c7769a9ba
commit
530e72336f
|
|
@ -60,7 +60,7 @@ end
|
|||
|
||||
function this.GetTaskPageRedPointStatus()
|
||||
local redPoint = false
|
||||
if this.currentLv < this.treasureMaxLv then
|
||||
if this.treasureMaxLv and this.currentLv < this.treasureMaxLv then
|
||||
local taskList = TaskManager.GetTypeTaskList(TaskTypeDef.TreasureOfSomeBody)
|
||||
for _, v in pairs(taskList) do
|
||||
if v.state == VipTaskStatusDef.CanReceive then
|
||||
|
|
|
|||
Loading…
Reference in New Issue