xiyou_yueNanZhengshi
PC-202302260912\Administrator 2024-11-28 14:13:19 +08:00
parent ef337ac633
commit daa3d0b85f
1 changed files with 4 additions and 4 deletions

View File

@ -121,11 +121,11 @@ function this.SetScrollPre(root, data)
getBtn:SetActive(false)
local mask = Util.GetGameObject(root, "mask")
if type == 1 then
info.text = Language[11002] ..
wishData.Level .. Language[12267] .. wishData.Weight / 100 .. "%" ..
Language[12268] .. wishData.MythWeight / 100 .. "%"
info.text = Language[11002] .." "..
wishData.Level .." ".. Language[12267] .." ".. wishData.Weight / 100 .. "%" ..
Language[12268].." " .. wishData.MythWeight / 100 .. "%"
else
info.text = Language[11002] .. wishData.Level .. Language[12269] .. wishData.Weight / 100 .. "%"
info.text = Language[11002].." " .. wishData.Level .. Language[12269].." " .. wishData.Weight / 100 .. "%"
end
if not itemList[root] then