Merge branch 'xma/dev' of http://60.1.1.230/gaoxin/JL_Client into xma/dev
commit
d14e8a8b31
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue