奖励界面挂机时长显示修改

dev_chengFeng
gaoxin 2020-07-01 12:09:54 +08:00
parent a2c6290cc2
commit 997ba146bf
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ function AdventureExploreRewardPanel:OnOpen(...)
randomList[i]:OnOpen(true,itemDataList[i], 1.1, true)
end
end
local hours = gameSetting[1].AdventureOffline
local hours = AdventureManager.adventureOffline --gameSetting[1].AdventureOffline
local time = AdventureManager.stateTime >= hours * 60 * 60 and hours * 60 * 60 or AdventureManager.stateTime
this.hangOnTime.text = Language[10044] .. TimeToHMS(time)
end