【20201001主题】
parent
6f4a793bc5
commit
3d9d5b0ed3
File diff suppressed because it is too large
Load Diff
|
@ -135,6 +135,7 @@ function Expert:OnShowData(index)
|
||||||
this.titleTextExpert2:GetComponent("Text").fontSize = GetCurLanguage() ~= 2 and 33 or 25
|
this.titleTextExpert2:GetComponent("Text").fontSize = GetCurLanguage() ~= 2 and 33 or 25
|
||||||
elseif numExChange[activeIndext] == ActivityTypeDef.GoldExper then
|
elseif numExChange[activeIndext] == ActivityTypeDef.GoldExper then
|
||||||
elseif numExChange[activeIndext] == ActivityTypeDef.FindTreasureExper then
|
elseif numExChange[activeIndext] == ActivityTypeDef.FindTreasureExper then
|
||||||
|
this.xunbaoTextImage:GetComponent("Image").sprite = Util.LoadSprite("r_daren_xubao1_zh")
|
||||||
this.xunbaoTextImage:SetActive(true)
|
this.xunbaoTextImage:SetActive(true)
|
||||||
this.titleImageExpert1:SetActive(true)
|
this.titleImageExpert1:SetActive(true)
|
||||||
this.titleTextExpert:SetActive(true)
|
this.titleTextExpert:SetActive(true)
|
||||||
|
|
|
@ -82,7 +82,7 @@ function this.RefreshPanel(isTop,isAni)
|
||||||
scrollView:SetData(rewardConfig,function(index,root)
|
scrollView:SetData(rewardConfig,function(index,root)
|
||||||
this.SetScrollPre(root,rewardConfig[index])
|
this.SetScrollPre(root,rewardConfig[index])
|
||||||
end,not isTop,not isAni)
|
end,not isTop,not isAni)
|
||||||
scrollView:SetIndex(1)
|
-- scrollView:SetIndex(1)
|
||||||
end
|
end
|
||||||
|
|
||||||
--设置每条数据
|
--设置每条数据
|
||||||
|
|
Loading…
Reference in New Issue