bug修复
This commit is contained in:
parent
9e75ea15c3
commit
35d84fead7
@ -172,7 +172,7 @@ function HeroFundUI:refreshTime()
|
||||
str = I18N:getGlobalText(I18N.GlobalConst.ACTIVITY_OVER_EDSC)
|
||||
else
|
||||
str = Time:formatNumTimeStr(remainTime)
|
||||
if DataManager.FourteenDayData:isOpen() then -- 14天活动开了就显示
|
||||
if DataManager.FourteenDayData:getOpenStatus() then -- 14天活动开了就显示
|
||||
self.toActivityTx:setVisible(true)
|
||||
self.toActivityBtn:setActive(true)
|
||||
self.downDesc:setVisible(false)
|
||||
|
||||
@ -81,6 +81,10 @@ function FourteenDayData:initData(data)
|
||||
self.exchangeStatus = data.exchange_info
|
||||
end
|
||||
|
||||
function FourteenDayData:getOpenStatus()
|
||||
return self.openStatus
|
||||
end
|
||||
|
||||
function FourteenDayData:getNeedSyncData()
|
||||
return self.needSyncTaskInfo
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user