【ID1016454】

【使用跳转】寻仙玉在活动未开启时,点击使用按钮,没有合理提示
dev_chengFeng
jiaoyangna 2021-06-11 10:18:38 +08:00
parent e764f74e6d
commit 11bb03fd2b
1 changed files with 1 additions and 1 deletions

View File

@ -624,7 +624,7 @@ local jumpDic = {
end,
[JumpType.ZhuTiHuoDong] = function (data)
if #data > 1 then
if ActivityGiftManager.GetActivityTypeInfo(ActivityTypeDef.LimitUpHero) then
if ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.LimitUpHero) then
this.JumpActivity(JumpType.ZhuTiHuoDong,data[1])
elseif ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.FindFairy) then
this.JumpActivity(JumpType.ZhuTiHuoDong,data[2])