异能添加传说标签
parent
513f744e13
commit
b8ab4dfb00
|
|
@ -133,10 +133,12 @@ function WarWayPreviewPopup:FillItem(go, data)
|
|||
local CanLearnSign = Util.GetGameObject(go, "CanLearnSign")
|
||||
local RecommandSign = Util.GetGameObject(go, "RecommandSign")
|
||||
local RareSign = Util.GetGameObject(go, "RareSign")
|
||||
local RareSign1 = Util.GetGameObject(go, "RareSign1")
|
||||
local UniqueSign = Util.GetGameObject(go, "UniqueSign")
|
||||
CanLearnSign:SetActive(false)
|
||||
RecommandSign:SetActive(false)
|
||||
RareSign:SetActive(false)
|
||||
RareSign1:SetActive(false)
|
||||
UniqueSign:SetActive(false)
|
||||
|
||||
Util.AddOnceClick(Util.GetGameObject(go, "frame"), function()
|
||||
|
|
@ -146,6 +148,8 @@ function WarWayPreviewPopup:FillItem(go, data)
|
|||
--> 稀有
|
||||
if data.Rare == 1 then
|
||||
RareSign:SetActive(true)
|
||||
elseif data.Rare == 2 then
|
||||
RareSign1:SetActive(true)
|
||||
end
|
||||
|
||||
--> 专属
|
||||
|
|
|
|||
Loading…
Reference in New Issue