竞技场段位修改

PC-202302260912\Administrator 2024-02-26 14:44:57 +08:00
parent d054b9e9f2
commit 61b4051868
2 changed files with 3 additions and 3 deletions

View File

@ -1799,7 +1799,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: -314.5, y: -32.2} m_AnchoredPosition: {x: -292, y: -32.2}
m_SizeDelta: {x: 403.9, y: 86.5} m_SizeDelta: {x: 403.9, y: 86.5}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &6136145831622170253 --- !u!222 &6136145831622170253
@ -1843,7 +1843,7 @@ MonoBehaviour:
m_HorizontalOverflow: 1 m_HorizontalOverflow: 1
m_VerticalOverflow: 0 m_VerticalOverflow: 0
m_LineSpacing: 1 m_LineSpacing: 1
m_Text: 999-999 m_Text: "999\u6BB5\u4F4D\u79EF\u5206"
--- !u!1 &5573397877204337712 --- !u!1 &5573397877204337712
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0

View File

@ -215,7 +215,7 @@ function this.ActivityRewardSingleShow(activityRewardGo,rewardData,index)
local rankName=Util.GetGameObject(activityRewardGo, "rankText"):GetComponent("Text") local rankName=Util.GetGameObject(activityRewardGo, "rankText"):GetComponent("Text")
local rankNumTxt=Util.GetGameObject(activityRewardGo, "rankNumberText"):GetComponent("Text") local rankNumTxt=Util.GetGameObject(activityRewardGo, "rankNumberText"):GetComponent("Text")
rankName.text=rewardData.ArenaLevelName rankName.text=rewardData.ArenaLevelName
rankNumTxt.text=rewardData.ArenaLevelIntegral[1].."-"..rewardData.ArenaLevelIntegral[2].."段位积分" rankNumTxt.text=rewardData.ArenaLevelIntegral[1].."段位积分"
if not itemList[activityRewardGo.name] then if not itemList[activityRewardGo.name] then
itemList[activityRewardGo.name] = {} itemList[activityRewardGo.name] = {}
end end