【七界试炼】排行榜和开启时间显示
parent
1910d54272
commit
b1265379f9
|
@ -38,7 +38,7 @@ local type = {
|
||||||
livePos = Vector2(274.5, -408.1),
|
livePos = Vector2(274.5, -408.1),
|
||||||
liveSize = Vector2(1612, 1802),
|
liveSize = Vector2(1612, 1802),
|
||||||
tipBg = "r_Dungeon_juqingdian",
|
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 = "",
|
tip = "",
|
||||||
redPointType = RedPointType.JumpServer_HightLadder,
|
redPointType = RedPointType.JumpServer_HightLadder,
|
||||||
tipStr = "",
|
tipStr = "",
|
||||||
|
|
|
@ -578,7 +578,8 @@ function this.SetInfoShow(go,data,rankType,Value0)
|
||||||
Value0:GetComponent("Text").text = "<size=40%>"..data.userName.."</size>"
|
Value0:GetComponent("Text").text = "<size=40%>"..data.userName.."</size>"
|
||||||
end
|
end
|
||||||
arenaScore:SetActive(true)
|
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
|
||||||
end
|
end
|
||||||
return RankingSingleListPanel
|
return RankingSingleListPanel
|
||||||
|
|
Loading…
Reference in New Issue