【月卡】修复同时激活时提示文字错误
parent
6a6f67d0ce
commit
55f324445e
|
@ -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 = {}
|
||||
|
|
Loading…
Reference in New Issue