xiyou_sanguo
parent
a3f9c6700d
commit
6c4a874712
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue