【数字游戏】====最后一关红点修改

dev_chengFeng
wangzhenxing 2022-07-25 16:34:28 +08:00
parent e488e98680
commit bc854c0389
2 changed files with 10 additions and 1 deletions

View File

@ -390,8 +390,13 @@ function this.ShowDayDataActivityReward()
end, Language[10731], Language[10019],nil, false)
end
else
--LogError("3333333333333")
if curRewardTaskData.state == 0 then
PopupTipPanel.ShowTip("完成当日所有目标才可领取!")
--PopupTipPanel.ShowTip("完成当日所有目标才可领取!")
MsgPanel.ShowTwo("当前仍有未激活的月卡,是否前往查看激活?", function()
end, function()
JumpManager.GoJump(36004)
end, Language[10731], Language[10019],nil, false)
end
end
end)

View File

@ -127,6 +127,10 @@ function this.CheckRedPoint()
end
end
end
--最后一关
if this.chapterId==8 and this.levelId==16 then
return false
end
return isShow
end