dev_chengFeng
zhangqiang 2021-02-26 15:51:58 +08:00
parent 25f527f065
commit a379a801bb
2 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ function this.SetRankingInfo()
this.SetRankingInfo()
end)
end
end)
end,true,true)
end
--显示每条数据
function this.ShowWarPowerInfo(root,data,myRankData)

View File

@ -124,7 +124,7 @@ function ItemView:GetRewardShow(_itemData, effectLayer)
self.innateImage:SetActive(false)
self.iconGo:SetActive(true)
self.circleFrameBg:SetActive(false)
self.name:GetComponent("Text").text = GetCutOutStr(_itemData.itemConfig.Name,4)
self.name:GetComponent("Text").text = GetCutOutStr(_itemData.configData.Name,4)
Util.AddParticleSortLayer(self.UI_Effect_Kuang_JinSe, effectLayer - self.EffectOrginLayerQu)
Util.AddParticleSortLayer(self.UI_Effect_Kuang_HongSe, effectLayer - self.EffectOrginLayerQu)
Util.AddParticleSortLayer(self.UI_Effect_jinkuang_Fang, effectLayer - self.EffectOrginLayerQu)