英雄详情界面修改

(cherry picked from commit 2540189e9d)
tcx_xiyou_bt_ios
wangzhenxing 2024-05-31 13:54:50 +08:00
parent 31aefc3846
commit 32898f87a0
1 changed files with 5 additions and 1 deletions

View File

@ -68,14 +68,18 @@ function RoleInfoPopup:InitComponent()
this.equipInfo = Util.GetGameObject(self.transform, "Panel/Scroll View/Viewport/Content/EquipInfo")
this.equipTitle=Util.GetGameObject(this.equipInfo,"BG/EquipTitle")
this.grid=Util.GetGameObject(this.equipInfo, "Grid")
this.selsectEquipImage = Util.GetGameObject(this.equipInfo, "SelsectEquipImage")
--装备
this.equipGrid = Util.GetGameObject(this.grid, "EquipGrid")
this.equipInfo:SetActive(true)
--宝物、 法相
this.specialEquipInfo=Util.GetGameObject(this.transform, "Panel/Scroll View/Viewport/Content/specialEquipInfo")
this.specialEquipInfo:SetActive(true)
Util.GetGameObject(this.specialEquipInfo,"BG/EquipTitle/Text"):GetComponent("Text").text="灵符"
this.babyTitle=Util.GetGameObject(this.specialEquipInfo,"BG/BabyTitle")
Util.GetGameObject(this.specialEquipInfo,"BG/BabyTitle")
--宝物
this.babyGrid=Util.GetGameObject(this.specialEquipInfo, "Grid/BabyGrid")
--法相