From b8f4784465add2ff447d4d463e8daec26c350746 Mon Sep 17 00:00:00 2001 From: wangzhenxing Date: Mon, 11 Jul 2022 15:51:19 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=A6=96=E5=85=85]=3D=3D=3D=3D=3D=3D=E9=A6=96?= =?UTF-8?q?=E5=85=85=E8=B7=B3=E8=BD=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FirstRecharge/FirstRechargePanel.lua | 29 ++++++++++--------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/FirstRecharge/FirstRechargePanel.lua b/Assets/ManagedResources/~Lua/Modules/FirstRecharge/FirstRechargePanel.lua index 215740632c..b89046ff15 100644 --- a/Assets/ManagedResources/~Lua/Modules/FirstRecharge/FirstRechargePanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/FirstRecharge/FirstRechargePanel.lua @@ -323,20 +323,21 @@ end -- end function FirstRechargePanel:OnRechargeBtnClicked() - if not ShopManager.IsActive(SHOP_TYPE.SOUL_STONE_SHOP) then - PopupTipPanel.ShowTip(Language[10422]) - return - end - self:ClosePanel() - if SERVER_VERSION == 1 then - JumpManager.GoJump(36010) - else - if ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.XinRenShop) then - JumpManager.GoJump(36012) - else - JumpManager.GoJump(36008) - end - end + JumpManager.GoJump(36004) + -- if not ShopManager.IsActive(SHOP_TYPE.SOUL_STONE_SHOP) then + -- PopupTipPanel.ShowTip(Language[10422]) + -- return + -- end + -- self:ClosePanel() + -- if SERVER_VERSION == 1 then + -- JumpManager.GoJump(36010) + -- else + -- if ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.XinRenShop) then + -- JumpManager.GoJump(36012) + -- else + -- JumpManager.GoJump(36008) + -- end + -- end end function FirstRechargePanel:SetTabRedPointStatus(tabIndex)