xiyou_yueNanZhengshi
parent
daa3d0b85f
commit
ec14c83c41
|
|
@ -321,7 +321,7 @@ function this.ShowSingleData(go, data, i)
|
||||||
Util.GetGameObject(go, "playerInfo/warPower/powerBtn/value"):GetComponent("Text").text = data.personInfo
|
Util.GetGameObject(go, "playerInfo/warPower/powerBtn/value"):GetComponent("Text").text = data.personInfo
|
||||||
.totalForce
|
.totalForce
|
||||||
Util.GetGameObject(go, "playerInfo/warPower/Text"):GetComponent("Text").text = Language[10286] ..
|
Util.GetGameObject(go, "playerInfo/warPower/Text"):GetComponent("Text").text = Language[10286] ..
|
||||||
data.personInfo.rank .. Language[11652]
|
data.personInfo.rank --.. Language[11652]
|
||||||
local live = Util.GetGameObject(go, "playerInfo/live")
|
local live = Util.GetGameObject(go, "playerInfo/live")
|
||||||
this.LocadPersonInfoLive(go, data.personInfo, live.transform) --NameManager.roleSex
|
this.LocadPersonInfoLive(go, data.personInfo, live.transform) --NameManager.roleSex
|
||||||
sdBtnRedPoint:SetActive(JumpServerManager.GetCanBattleCount() > 0 and enterable)
|
sdBtnRedPoint:SetActive(JumpServerManager.GetCanBattleCount() > 0 and enterable)
|
||||||
|
|
@ -381,7 +381,7 @@ function this.ShowSingleData(go, data, i)
|
||||||
Util.GetGameObject(go, "playerInfo/warPower/powerBtn/value"):GetComponent("Text").text = data.personInfo
|
Util.GetGameObject(go, "playerInfo/warPower/powerBtn/value"):GetComponent("Text").text = data.personInfo
|
||||||
.totalForce
|
.totalForce
|
||||||
Util.GetGameObject(go, "playerInfo/warPower/Text"):GetComponent("Text").text = Language[10286] ..
|
Util.GetGameObject(go, "playerInfo/warPower/Text"):GetComponent("Text").text = Language[10286] ..
|
||||||
data.personInfo.rank .. Language[11652]
|
data.personInfo.rank --.. Language[11652]
|
||||||
local live = Util.GetGameObject(go, "playerInfo/live")
|
local live = Util.GetGameObject(go, "playerInfo/live")
|
||||||
this.LocadPersonInfoLive(go, data.personInfo, live.transform)
|
this.LocadPersonInfoLive(go, data.personInfo, live.transform)
|
||||||
sdBtnRedPoint:SetActive(not data.hadProud)
|
sdBtnRedPoint:SetActive(not data.hadProud)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue