【本地化】装备显示错误

dev_chengFeng
ZhangBiao 2021-03-01 14:49:33 +08:00
parent 72f28280ee
commit 84d85ca3a6
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ function RoleEquipChangePopup:OnShow()
elseif type==2 then
this.equipPanel[2].bg:SetActive(false)
this.equipPanel[1].bg:SetActive(true)
this.curEquipText:SetActive(false)
this.equipPanel[1].curEquipText:SetActive(false)
this.equipPanel[1].curEquipBtnDown:SetActive(true)
this.equipPanel[1].curEquipBtnDownText.text = Language[12220]
this.ShowCurEquipData(1)