十连抽修改
parent
dfb79c03d7
commit
07057901bc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue