parent
a69eadc680
commit
121fcb14b9
|
@ -233,7 +233,7 @@ function RewardBoxPanel:SetSingleGiftData(index, item, dataList)
|
|||
-- end
|
||||
if heroConfig.ItemType == ItemType.Talisman then
|
||||
if heroConfig.ItemDescribe then
|
||||
local aaa = string.split(heroConfig.ItemDescribe, ',')
|
||||
local aaa = string.split(GetLanguageStrById(heroConfig.ItemDescribe), ',')
|
||||
if aaa and #aaa > 0 then
|
||||
des.gameObject:SetActive(true)
|
||||
des.text = aaa[1]
|
||||
|
|
Loading…
Reference in New Issue