Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
ZhangBiao 2021-10-26 10:13:41 +08:00
commit ccd2b2ffd7
1 changed files with 6 additions and 4 deletions

View File

@ -1229,12 +1229,14 @@ function this.InitJourneyWithWindConFigData()
end end
end end
for key, configInfo in ConfigPairs(ConfigManager.GetConfig(ConfigName.JourneyWithWind)) do for key, configInfo in ConfigPairs(ConfigManager.GetConfig(ConfigName.JourneyWithWind)) do
if configInfo.ActivityId == acitvityConFig then
if JourneyWithWindDayAmount[configInfo.DayNum] then if JourneyWithWindDayAmount[configInfo.DayNum] then
JourneyWithWindDayAmount[configInfo.DayNum] = JourneyWithWindDayAmount[configInfo.DayNum] + 1 JourneyWithWindDayAmount[configInfo.DayNum] = JourneyWithWindDayAmount[configInfo.DayNum] + 1
else else
JourneyWithWindDayAmount[configInfo.DayNum] = 1 JourneyWithWindDayAmount[configInfo.DayNum] = 1
end end
end end
end
end end
function this.GetJourneyWithWindAllDayConFigData() function this.GetJourneyWithWindAllDayConFigData()
return JourneyWithWindAllDayConFigData return JourneyWithWindAllDayConFigData