修改文字
parent
068980325a
commit
e63fb9e0cf
|
@ -68,6 +68,7 @@ function this:OnShow(_parent,...)
|
|||
end
|
||||
end
|
||||
this.bodyText.text=string.format(Language[12234],num)
|
||||
this.BodyText2:GetComponent("Text").text="(注意:本次出售包含<color=#FFD700>金色</color>或<color=#FF0000>红色</color>装备!)"
|
||||
this.BodyText2.gameObject:SetActive(isShow)
|
||||
local data={}
|
||||
local index = 1
|
||||
|
|
|
@ -84,6 +84,7 @@ function this:OnShow(_parent,...)
|
|||
end
|
||||
end
|
||||
this.bodyText.text="宝物将分解为宝魂,若宝物已强化或精炼,分解后将清空强化和精炼等级,并100%返还养成材料。"
|
||||
this.bodyText2:GetComponent("Text").text="(注意:本次出售包含<color=#FFD700>金色</color>或<color=#FF0000>红色</color>宝器!)"
|
||||
this.bodyText2.gameObject:SetActive(isEquipShowSure)
|
||||
this.tipText.text = "分解后获得:"
|
||||
|
||||
|
|
Loading…
Reference in New Issue