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