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)