tcx_xiyou_yueNan
PC-202302260912\Administrator 2026-07-26 18:18:14 +08:00
parent 97af061b6f
commit 9f72299266
1 changed files with 11 additions and 0 deletions

View File

@ -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