xiyou_sanguo
zhangjiannan 2025-12-18 16:40:08 +08:00
parent 6c4a874712
commit 932095d9e2
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ function HelpFightPanel:SingleItemDataShow(_go, _data, _index)
lockObj:SetActive(_data.state == 0)
tipObj:SetActive(_data.state == 0)
local curTime = GetTimeStamp()
local nowTime = mathf.floor((PlayerManager.userCreateTime + _data.config.Experience * 86400 - curTime) / 86400 + 1)
local nowTime = math.floor((PlayerManager.userCreateTime + _data.config.Experience * 86400 - curTime) / 86400 + 1)
tipTxt.text = string.format(Language[11331], nowTime)
local proList = {}
if _data.hero then