Merge branch 'xma/dev' of http://60.1.1.230/gaoxin/JL_Client into xma/dev

dev_chengFeng
jiaoyangna 2021-02-25 10:41:13 +08:00
commit d14e8a8b31
2 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,7 @@ function Expert:OnShowData(index)
this.titleImageExpert2:SetActive(true)
this.titleTextExpert2Go:SetActive(true)
this.titleTextExpert2:GetComponent("Text").text = ExpertDec[1]
this.titleTextExpert2:GetComponent("Text").fontSize = GetCurLanguage() ~= 2 and 33 or 25
elseif numExChange[activeIndext] == ActivityTypeDef.GoldExper then
elseif numExChange[activeIndext] == ActivityTypeDef.FindTreasureExper then
this.xunbaoTextImage:SetActive(true)

View File

@ -153,6 +153,7 @@ end
--- 设置不同的显示界面
function UpperMonthCard:SetPanelType(type)
self.chargeType.sprite = Util.LoadSprite(ImgType[type].moneyTag)
self.chargeType.gameObject:GetComponent("RectTransform").anchoredPosition = GetCurLanguage() ~= 2 and Vector2.New(-30.5,-272.9) or Vector2.New(-30.5,-347)
self.valueIcon.sprite = SetIcon(16)
self.valueMask = Util.LoadSprite(ImgType[type].valueMask)
self.Bg.sprite = Util.LoadSprite(ImgType[type].bg)