【主题活动修改】
parent
1acfbabcde
commit
7770865a40
|
@ -139,6 +139,7 @@ function this.SetScrollPre2(root,data)
|
|||
goBtn:GetComponent("Button").interactable=s~=0
|
||||
if s==0 then
|
||||
-- goText.text="已领取"
|
||||
mask:GetComponent("Image").sprite = Util.LoadSprite("s_slbz_yilingqu_zh")
|
||||
mask:SetActive(true)
|
||||
goBtn:SetActive(false)
|
||||
getBtn:SetActive(false)
|
||||
|
|
|
@ -413,8 +413,15 @@ function this.SetInfoShow(go,data,rankType,Value0)
|
|||
if Value0 then
|
||||
Value0:GetComponent("Text").text = "<size=40%>"..data.guildName.."</size>"
|
||||
end
|
||||
Util.GetGameObject(go,"trial/Text"):GetComponent("Text").text = Language[11697]..data.rankInfo.param1
|
||||
|
||||
-- Util.GetGameObject(go,"trial/Text"):GetComponent("Text").text = Language[11697]..data.rankInfo.param1
|
||||
Util.GetGameObject(go,"trial/Text"):SetActive(true)
|
||||
if GetCurLanguage() == 2 then
|
||||
Util.GetGameObject(go,"trial/tip"):GetComponent("Text").fontSize = 26
|
||||
else
|
||||
Util.GetGameObject(go,"trial/tip"):GetComponent("Text").fontSize = 38
|
||||
end
|
||||
Util.GetGameObject(go,"trial/tip"):GetComponent("Text").text = Language[11697]
|
||||
Util.GetGameObject(go,"trial/Text"):GetComponent("Text").text = data.rankInfo.param1
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue