From e8b1f59d40a24e99d7491e208d29bbd5b801e05d Mon Sep 17 00:00:00 2001 From: "DESKTOP-MMO982B\\User" <752966621@qq.com> Date: Fri, 10 Apr 2026 18:41:59 +0800 Subject: [PATCH] 1 --- .../GeneralPanel/View/GeneralBigPopup_WishJulingDraw.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_WishJulingDraw.lua b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_WishJulingDraw.lua index db588cdc4f..4cdd2553cf 100644 --- a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_WishJulingDraw.lua +++ b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_WishJulingDraw.lua @@ -194,12 +194,12 @@ function this:ShowSingleHero(go, data, index) Util.SetGray(self.itemList[self.curSelect][index], true) Util.AddOnceClick(go, function() --PopupTipPanel.ShowTip("同系法宝只可选择一位~") - PopupTipPanel.ShowTip(Language[11086]) + PopupTipPanel.ShowTip("心愿羁绊已满~") end) elseif value == 2 then --上方选满 Util.SetGray(self.itemList[self.curSelect][index], true) Util.AddOnceClick(go, function() - PopupTipPanel.ShowTip(Language[11086]) + PopupTipPanel.ShowTip("心愿羁绊已满~") end) elseif value == 1 then --上方存在自己 self.maskList[self.curSelect][index]:SetActive(true) @@ -211,7 +211,7 @@ function this:ShowSingleHero(go, data, index) elseif value == 4 then --上方存在自己,但已经出过该英雄了 self.maskList[self.curSelect][index]:SetActive(true) Util.AddOnceClick(go, function() - PopupTipPanel.ShowTip(Language[11082]) + PopupTipPanel.ShowTip("同系羁绊每日只可选择一个获取一次概率提升~") end) elseif value == 3 then --可选 Util.AddOnceClick(go, function()