From d81a2b7265c5107ddd577d7112728ee1d8fffdb9 Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Tue, 28 Dec 2021 15:01:43 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=91=BD=E6=A0=BC=E3=80=91=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=97=A0=E6=B3=95=E6=89=93=E5=BC=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Popup/RewardGemSingleShowPopup.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/RewardGemSingleShowPopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/RewardGemSingleShowPopup.lua index e3c449c358..c331698737 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/RewardGemSingleShowPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/RewardGemSingleShowPopup.lua @@ -67,9 +67,8 @@ function RewardGemSingleShowPopup:BindEvent() self:ClosePanel() end) Util.AddClick(this.btnClose, function()--替换,穿戴 - UIManager.OpenPanel(UIName.GeneralBigPopup,GENERAL_POPUP_TYPE.SelectGem,this.gemType,this.position,function () - self:ClosePanel() - end) + self:ClosePanel() + UIManager.OpenPanel(UIName.GeneralBigPopup,GENERAL_POPUP_TYPE.SelectGem,this.gemType,this.position) end) Util.AddClick(this.btnSure, function()--卸下命石 NetManager.LifeGridChangeRequest(2,this.gemType,this.position,itemSid,function ()