十连抽修改

dev_chengFeng
jiaoyangna 2021-11-27 17:59:07 +08:00
parent dfb79c03d7
commit 07057901bc
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@ function QianKunBoxBuyTenPanel:InitComponent()
this.content3=Util.GetGameObject(self.gameObject,"bottom/openTenAgainButton/Content3")
this.detailImage3=Util.GetGameObject(this.content3, "Tip")
this.detailText2 = Util.GetGameObject(this.detailImage3, "contentDetailText"):GetComponent("Text")
this.itemIcon3=Util.GetGameObject(this.content3, "icon"):GetComponent("Image")
this.itemNum3=Util.GetGameObject(this.content3, "num"):GetComponent("Text")
this.itemInfo3=Util.GetGameObject(this.content3, "info"):GetComponent("Text")
@ -186,6 +187,7 @@ function QianKunBoxBuyTenPanel:OnOpen(...)
local str = this:GetSendStr()
this.detailText.text = str
this.detailText1.text = str
this.detailText2.text = str
local itemDataList={}
itemDataList=BagManager.GetTableByBackDropData(this.drop)
this.openTenAgainButton:GetComponent("Button").enabled=false