From 9f72299266959e76d3ebec0f515c8447cee18844 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <419983115@qq.com> Date: Sun, 26 Jul 2026 18:18:14 +0800 Subject: [PATCH] 1 --- .../ManagedResources/~Lua/Modules/Main/MainPanel.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua b/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua index 50ea0aaf42..891c8cb6ce 100644 --- a/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua @@ -1372,6 +1372,10 @@ function this:TabBtnAction(id, actType, data) UIManager.OpenPanel(UIName.CourtesyDressPanel) elseif id == 36 then UIManager.OpenPanel(UIName.ActivityMainPanel, id) + elseif id == 361 then + UIManager.OpenPanel(UIName.ActivityMainPanel, id) + elseif id == 362 then + UIManager.OpenPanel(UIName.ActivityMainPanel, id) elseif id == FUNCTION_OPEN_TYPE.XiaoYaoYou then XiaoYaoManager.OpenMapList() elseif id == 161 then @@ -2041,6 +2045,9 @@ function this.RefreshActivityBtn(context) if ActTimeCtrlManager.SingleFuncState(v.FunType) then if v.FunType and v.FunType == 41 then showTab = DailyRechargeManager.GetDailyRechargeExist() + elseif v.FunType and v.FunType == 161 then + LogError("SSSSSSSSSSSSSSSSSSSSSS") + showTab = ShopManager.CheckDailyShopShow(289) else showTab = context.status == 1 end @@ -2115,6 +2122,10 @@ function this.RefreshActivityShow() elseif v.FunType > 0 then if ActTimeCtrlManager.SingleFuncState(v.FunType) then showTab = true + if v.FunType and v.FunType == 161 then + LogError("SSSSSSSSSSSSSSSSSSSSSS") + showTab = ShopManager.CheckDailyShopShow(289) + end else showTab = false end