【自选宝箱】
parent
cb5c940e25
commit
16db37cf29
|
@ -130,7 +130,7 @@ end
|
||||||
|
|
||||||
function RewardBoxPanel:RefreshData()
|
function RewardBoxPanel:RefreshData()
|
||||||
this.selectBar:SetActive(#this.rewardGroup ~= 1)--设置顶部属性条
|
this.selectBar:SetActive(#this.rewardGroup ~= 1)--设置顶部属性条
|
||||||
this.tip.text = BagManager.isBagPanel and "请在以下道具中选择一种" or "以下道具中可选择一种"
|
this.tip.text = BagManager.isBagPanel and GetLanguageStrById("请在以下道具中选择一种") or GetLanguageStrById("以下道具中可选择一种")
|
||||||
RewardBoxPanel:SetGiftData()
|
RewardBoxPanel:SetGiftData()
|
||||||
RewardBoxPanel:SetBottom()
|
RewardBoxPanel:SetBottom()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue