【ID1019400】

【月卡】购买招募秘宝后不弹出激活月卡提示,领取招募秘宝奖励时才弹出,并且提示不正确
dev_chengFeng
jiaoyangna 2021-12-13 16:20:48 +08:00
parent b31036ccc5
commit 52ad37eee0
2 changed files with 3 additions and 5 deletions

View File

@ -30,6 +30,7 @@ function this.UpdateMonthCardData(msg)
for i = 1, #msg.monthinfos do
if monthCardData[i].endingTime <= 0 then
this.showStr = string.format("恭喜您成功激活%s功能是否立即前往月卡界面领取奖励。", MonthCardText[i])--Language[11384]
break
end
end
monthCardData = {}

View File

@ -150,12 +150,9 @@ function this:RechargeSuccessFunc()
Game.GlobalEvent:DispatchEvent(GameEvent.EndLess.RechargeQinglongSerectSuccess,false,false)
elseif curType == 4 then
Game.GlobalEvent:DispatchEvent(GameEvent.SerectTreasure.RechargeSuccess,false,false)
elseif curType == 5 then
Game.GlobalEvent:DispatchEvent(GameEvent.TreasureOfHeaven.RechargeSuccess,false,false)
elseif curType == 6 then
Game.GlobalEvent:DispatchEvent(GameEvent.TreasureOfHeaven.RechargeSuccess,false,false)
elseif curType == 7 then
elseif curType == 5 or curType == 6 or curType == 7 then
Game.GlobalEvent:DispatchEvent(GameEvent.TreasureOfHeaven.RechargeSuccess,false,false)
MonthCardManager.CheckMonthCardPatFace()
end
parent:ClosePanel()
end