xiyou_sanguo
zhangjiannan 2025-06-13 14:47:19 +08:00
parent 2c7769a9ba
commit 530e72336f
1 changed files with 1 additions and 1 deletions

View File

@ -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