From 8fdb8942e1fd0b7aed9a1a686912d54f0a8b862a Mon Sep 17 00:00:00 2001 From: gaoxin Date: Mon, 25 Oct 2021 18:15:48 +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=E4=BF=AE=E5=A4=8D=E7=AC=AC=E4=B8=80=E5=A4=A9=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=BA=86=E9=87=8D=E5=A4=8D=E7=9A=84=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/JourneyWithWind/JourneyWithWindPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/JourneyWithWind/JourneyWithWindPanel.lua b/Assets/ManagedResources/~Lua/Modules/JourneyWithWind/JourneyWithWindPanel.lua index dc533d2ed5..792e5b861b 100644 --- a/Assets/ManagedResources/~Lua/Modules/JourneyWithWind/JourneyWithWindPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/JourneyWithWind/JourneyWithWindPanel.lua @@ -195,7 +195,7 @@ function this.ShowDayData(_curDayIndex) --组当前所有任务的表数据 local curDayAllTaskConFigData = {} for key, configInfo in ConfigPairs(JourneyWithWind) do - if configInfo.DayNum == curDayIndex then + if activityData.activityId == configInfo.ActivityId and configInfo.DayNum == curDayIndex then table.insert(curDayAllTaskConFigData,configInfo) end end