diff --git a/Assets/ManagedResources/~Lua/Modules/JourneyWithWind/JourneyWithWindPanel.lua b/Assets/ManagedResources/~Lua/Modules/JourneyWithWind/JourneyWithWindPanel.lua index 581cad7135..883b9355f6 100644 --- a/Assets/ManagedResources/~Lua/Modules/JourneyWithWind/JourneyWithWindPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/JourneyWithWind/JourneyWithWindPanel.lua @@ -390,13 +390,15 @@ function this.ShowDayDataActivityReward() end, Language[10731], Language[10019],nil, false) end else - --LogError("3333333333333") if curRewardTaskData.state == 0 then - --PopupTipPanel.ShowTip("完成当日所有目标才可领取!") - MsgPanel.ShowTwo("当前仍有未激活的月卡,是否前往查看激活?", function() - end, function() - JumpManager.GoJump(36004) - end, Language[10731], Language[10019],nil, false) + if curRewardTaskData.progress>=4 then + MsgPanel.ShowTwo("当前仍有未激活的月卡,是否前往查看激活?", function() + end, function() + JumpManager.GoJump(36004) + end, Language[10731], Language[10019],nil, false) + else + PopupTipPanel.ShowTip("完成当日所有目标才可领取!") + end end end end)