【装备】装备出售界面文字显示修改

dev_chengFeng
gaoxin 2020-12-21 19:30:19 +08:00
parent 10156d63e6
commit ab7a389f6e
1 changed files with 4 additions and 3 deletions

View File

@ -261,9 +261,10 @@ function this.OnShowLayout2Data()
if openLayoutType==1 then--批量分解
this.nameText.text=Language[10204]
this.layout2Text.text=Language[10205]
elseif openLayoutType==2 then--单个装备分解
this.nameText.text=Language[10206]
this.layout2Text.text=Language[10207]..GetQuantityStrByquality(ConfigManager.GetConfigData(ConfigName.ItemConfig, equipData.id).Quantity)..Language[10208]
elseif openLayoutType==2 then--单个装备分解
this.nameText.text=Language[12233]
this.layout2Text.text="当前出售的装备为"..GetQuantityStrByquality(ConfigManager.GetConfigData(ConfigName.ItemConfig, equipData.id).Quantity)..Language[10208]
end
end
--初始化Layout3