parent
11bb03fd2b
commit
2419089ff4
|
@ -628,6 +628,8 @@ local jumpDic = {
|
||||||
this.JumpActivity(JumpType.ZhuTiHuoDong,data[1])
|
this.JumpActivity(JumpType.ZhuTiHuoDong,data[1])
|
||||||
elseif ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.FindFairy) then
|
elseif ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.FindFairy) then
|
||||||
this.JumpActivity(JumpType.ZhuTiHuoDong,data[2])
|
this.JumpActivity(JumpType.ZhuTiHuoDong,data[2])
|
||||||
|
else
|
||||||
|
PopupTipPanel.ShowTip("活动尚未开启")
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
this.JumpActivity(JumpType.ZhuTiHuoDong,data[1])
|
this.JumpActivity(JumpType.ZhuTiHuoDong,data[1])
|
||||||
|
|
Loading…
Reference in New Issue