【幸运探宝】跑马灯bug修改

dev_chengFeng
ZhangBiao 2021-05-29 16:28:59 +08:00
parent 15051ea6f9
commit 43e24114c6
1 changed files with 1 additions and 1 deletions

View File

@ -605,7 +605,7 @@ function this.ShowRecordMessage(type)
for i = 1, 6 do
if messageList[i] then
local messageSingleList = string.split(messageList[i],"|")
this.recordTextList[i].text = string.format(GetLanguageStrById(messageSingleList[1]),string.sub(messageSingleList[2], 2),GetLanguageStrById(string.sub(messageSingleList[3], 2)))
this.recordTextList[i].text = string.format(GetLanguageStrById(messageSingleList[1]),string.sub(messageSingleList[2], 2),string.sub(messageSingleList[3], 2),GetLanguageStrById(string.sub(messageSingleList[4], 2)))
end
end
end