【踏碎凌霄】奖励增加序号

dev_chengFeng
ZhangBiao 2021-04-29 17:23:06 +08:00
parent e5a19b76f1
commit 441495fcfe
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ function this.SetScrollPre2(root,data)
local info=Util.GetGameObject(root,"Title/Info"):GetComponent("Text")
local grid=Util.GetGameObject(root,"Grid")
local mask=Util.GetGameObject(root,"mask")
info.text = string.format("单场战斗伤害到达%s",data.otherData.Values[1][1])
info.text = string.format("%s、单场战斗伤害到达%s",data.otherData.Sort,data.otherData.Values[1][1])
if not itemList[root] then
itemList[root] = {}