节日修改提交
parent
9d755a2c1d
commit
4bd7512ade
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue