四海历练修改

wangzhenxing 2024-02-29 19:03:42 +08:00
parent 0c480553cd
commit ed05a47d4a
1 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,9 @@ function FourElementMonsterCampPanel:InitComponent()
this.moppingUpBtn = Util.GetGameObject(self.gameObject, "InfoRoot/bottomLayout/moppingUpBtn")
this.moppingUpBtn:SetActive(false)
this.canFightWaves = Util.GetGameObject(self.gameObject, "InfoRoot/bottomLayout/canFightWaves"):GetComponent("Text")
this.freeMoppingTimes = Util.GetGameObject(self.gameObject, "InfoRoot/bottomLayout/freeMoppingTimes"):GetComponent("Text")
this.freeMoppingTimes = Util.GetGameObject(self.gameObject, "InfoRoot/bottomLayout/freeMoppingTimes"):GetComponent("Text")
Util.GetGameObject(self.gameObject, "InfoRoot/bottomLayout/timesdes1"):GetComponent("Text").text="扫荡次数:"
Util.GetGameObject(self.gameObject, "InfoRoot/bottomLayout/timesdes2"):GetComponent("Text").text="购买次数:"
this.buyMoppingTimes = Util.GetGameObject(self.gameObject, "InfoRoot/bottomLayout/buyMoppingTimes"):GetComponent("Text")
this.addBtn = Util.GetGameObject(self.gameObject, "InfoRoot/bottomLayout/addBtn")
this.btnRank = Util.GetGameObject(self.gameObject, "InfoRoot/btnRank")