奖励字体颜色修改
parent
775ba963ad
commit
67aef02254
|
|
@ -473,6 +473,7 @@ function RewardItemPopup:SetItemShow(drop)
|
|||
local view = itemListPrefab[i]
|
||||
local curItemData=itemDataList[i]
|
||||
view:OnOpen(true,curItemData,1.15,true,true,false,self.sortingOrder)
|
||||
view:ResetNameColor(Color.New(1,1,1,1))
|
||||
view.gameObject:SetActive(false)
|
||||
callList:Push(function ()
|
||||
local func = function()
|
||||
|
|
@ -509,6 +510,7 @@ function RewardItemPopup:SetItemShow(drop)
|
|||
local view = itemListPrefab[i]
|
||||
local curItemData=itemDataList[i]
|
||||
view:OnOpen(true,curItemData,1.15,true,true,false,self.sortingOrder)
|
||||
view:ResetNameColor(Color.New(1,1,1,1))
|
||||
view.gameObject:SetActive(true)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue