tcx_xiyou_yueNan
parent
97af061b6f
commit
9f72299266
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue