排行榜提交

dev_chengFeng
jiaoyangna 2021-02-24 15:07:31 +08:00
parent aae09643f0
commit 541b45e6ea
2 changed files with 1938 additions and 1323 deletions

View File

@ -33,8 +33,8 @@ function RankingSingleListPanel:InitComponent()
--this.titleName=Util.GetGameObject(self.gameObject,"RankList/ScrollTitleRoot/Name"):GetComponent("Text")
--this.titleInfo=Util.GetGameObject(self.gameObject,"RankList/ScrollTitleRoot/Info"):GetComponent("Text")
this.record=Util.GetGameObject(self.gameObject,"RankList/Record")
this.info0=Util.GetGameObject(this.record,"Info0"):GetComponent("Text")
this.rank0=Util.GetGameObject(this.record,"Rank0"):GetComponent("Text")
this.info0=Util.GetGameObject(this.record,"grid/Info0"):GetComponent("Text")
this.rank0=Util.GetGameObject(this.record,"grid/Rank0"):GetComponent("Text")
this.infoGo=Util.GetGameObject(this.record,"infoGo")
this.noneImage=Util.GetGameObject(self.gameObject,"RankList/NoneImage")--无信息图片
@ -368,19 +368,19 @@ function this.SetInfoShow(go,data,rankType,Value0)
Util.GetGameObject(go,"goldExper/Text"):GetComponent("Text").text = data.rankInfo.param1
end
if sData.activiteId == ActivityTypeDef.GoldExper then
goldExper:GetComponent("Text").text = Language[11690]
Util.GetGameObject(go,"goldExper/tip"):GetComponent("Text").text = Language[11690]
elseif sData.activiteId == ActivityTypeDef.FastExplore then
goldExper:GetComponent("Text").text = Language[11691]
Util.GetGameObject(go,"goldExper/tip"):GetComponent("Text").text = Language[11691]
elseif sData.activiteId == ActivityTypeDef.FindTreasureExper then
goldExper:GetComponent("Text").text = Language[11692]
Util.GetGameObject(go,"goldExper/tip"):GetComponent("Text").text = Language[11692]
elseif sData.activiteId == ActivityTypeDef.ExpeditionExper then
goldExper:GetComponent("Text").text = Language[11693]
Util.GetGameObject(go,"goldExper/tip"):GetComponent("Text").text = Language[11693]
elseif sData.activiteId == ActivityTypeDef.DemonSlayer then
goldExper:GetComponent("Text").text = Language[11694]
Util.GetGameObject(go,"goldExper/tip"):GetComponent("Text").text = Language[11694]
elseif sData.activiteId == ActivityTypeDef.slhjExper then
goldExper:GetComponent("Text").text = Language[11695]
Util.GetGameObject(go,"goldExper/tip"):GetComponent("Text").text = Language[11695]
elseif sData.activiteId == ActivityTypeDef.Celebration then
goldExper:GetComponent("Text").text = Language[11696]
Util.GetGameObject(go,"goldExper/tip"):GetComponent("Text").text = Language[11696]
end
elseif rankType == RANK_TYPE.ARENA_RANK then
arenaScore:SetActive(true)