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