xiyou_sanguo
zhangjiannan 2025-12-18 16:36:01 +08:00
parent a3f9c6700d
commit 6c4a874712
1 changed files with 3 additions and 1 deletions

View File

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