【月卡】修复同时激活时提示文字错误

dev_chengFeng
gaoxin 2021-12-14 10:07:42 +08:00
parent 6a6f67d0ce
commit 55f324445e
1 changed files with 0 additions and 1 deletions

View File

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