【自选宝箱】

dev_chengFeng
ZhangBiao 2021-03-18 10:11:00 +08:00
parent 84788732a2
commit 8c90b7fe7c
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ function RewardBoxPanel:BindEvent()
curId = 0
tagNum = i
RewardBoxPanel:SetGiftData()
this.selectBtn.transform.parent = this.selectList[i]
this.selectBtn.transform:SetParent(this.selectList[i].transform)
this.selectBtn.transform.localPosition = Vector3.zero
this.selectBtn.transform.localScale = Vector3.one
end)