From b39220b797e7a94dffa327c7a37de01ff205f169 Mon Sep 17 00:00:00 2001 From: wangzhenxing Date: Mon, 25 Jul 2022 17:16:50 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=A3=98=E6=B8=BA=E4=B9=8B=E6=97=85?= =?UTF-8?q?=E3=80=91=3D=3D=3D=3D=3D=3D=E6=8F=90=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../JourneyWithWind/JourneyWithWindPanel.lua | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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)