【主题活动】时间显示调整

dev_chengFeng
ZhangBiao 2021-07-26 14:36:58 +08:00
parent 1ba38242ad
commit da34a5834b
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ function CommonActPage:RefreshTime()
local freshTime
if self.actType == ActivityTypeDef.AccumulativeRechargeExper then
freshTime = CalculateSecondsNowTo_N_OClock(24)
elseif self.actConfig.ActiveType == ActivityTypeDef.DynamicAct then
elseif self.actConfig.ActiveType == ActivityTypeDef.DynamicAct and self.actConfig.Sort == 2 then
if (self.ActData.endTime - GetTimeStamp()) <= 86280 then
freshTime = CalculateSecondsNowTo_N_OClock(24) - 120
else