From b8ab4dfb00d7bf20ff42f0420b906655a1ff1641 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <419983115@qq.com> Date: Wed, 6 Aug 2025 14:54:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=82=E8=83=BD=E6=B7=BB=E5=8A=A0=E4=BC=A0?= =?UTF-8?q?=E8=AF=B4=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/WarWay/WarWayPreviewPopup.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/WarWay/WarWayPreviewPopup.lua b/Assets/ManagedResources/~Lua/Modules/WarWay/WarWayPreviewPopup.lua index 0ab489a78..6b3bb3080 100644 --- a/Assets/ManagedResources/~Lua/Modules/WarWay/WarWayPreviewPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/WarWay/WarWayPreviewPopup.lua @@ -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 --> 专属