【ID1016454】

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

View File

@ -628,6 +628,8 @@ local jumpDic = {
this.JumpActivity(JumpType.ZhuTiHuoDong,data[1])
elseif ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.FindFairy) then
this.JumpActivity(JumpType.ZhuTiHuoDong,data[2])
else
PopupTipPanel.ShowTip("活动尚未开启")
end
else
this.JumpActivity(JumpType.ZhuTiHuoDong,data[1])