【踏碎凌霄】奖励增加序号
parent
e5a19b76f1
commit
441495fcfe
|
@ -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] = {}
|
||||
|
|
Loading…
Reference in New Issue