节日修改提交

dev_chengFeng
jiaoyangna 2022-01-22 16:05:55 +08:00
parent 9d755a2c1d
commit 4bd7512ade
1 changed files with 4 additions and 4 deletions

View File

@ -442,10 +442,6 @@ function this:BindEvent()
end)
--八日登陆礼预览
Util.AddClick(this.FestevaBtn,function()
if not MyGuildManager.MyGuildInfo or not MyGuildManager.MyGuildInfo.id then
PopupTipPanel.ShowTip("需要先加入一个公会!")
return
end
UIManager.OpenPanel(UIName.FestevalPanel)
end)
--十五日登录奖励
@ -1114,6 +1110,10 @@ function this:TabBtnAction(id,actType,data)
elseif id == ActivityTypeDef.yunmenghaoli then
UIManager.OpenPanel(UIName.DailyRechargePanel,id)
elseif id == ActivityTypeDef.zhongzhichengcheng then
if not MyGuildManager.MyGuildInfo or not MyGuildManager.MyGuildInfo.id then
PopupTipPanel.ShowTip("需要先加入一个公会!")
return
end
UIManager.OpenPanel(UIName.ActivityMainPanel,id)
end
elseif actType == 2 then