【七界试炼】排行榜和开启时间显示

dev_chengFeng
ZhangBiao 2021-09-18 11:24:11 +08:00
parent 1910d54272
commit b1265379f9
2 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,7 @@ local type = {
livePos = Vector2(274.5, -408.1),
liveSize = Vector2(1612, 1802),
tipBg = "r_Dungeon_juqingdian",
resetTime = string.format("<color=#BA9AC2>%s</color>",specialConfig[97].Value),
resetTime = string.format("<color=#BA9AC2>%s</color>",specialConfig[127].Value),
tip = "",
redPointType = RedPointType.JumpServer_HightLadder,
tipStr = "",

View File

@ -578,7 +578,8 @@ function this.SetInfoShow(go,data,rankType,Value0)
Value0:GetComponent("Text").text = "<size=40%>"..data.userName.."</size>"
end
arenaScore:SetActive(true)
arenaScore:GetComponent("Text").text = "本周积分: ".. data.rankInfo.param1
local score = data.rankInfo.param1 >= 0 and data.rankInfo.param1 or 0
arenaScore:GetComponent("Text").text = "本周积分: ".. score
end
end
return RankingSingleListPanel