异能添加传说标签

PC-202302260912\Administrator 2025-08-06 14:54:40 +08:00
parent 513f744e13
commit b8ab4dfb00
1 changed files with 4 additions and 0 deletions

View File

@ -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
--> 专属