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