【自选宝箱】

dev_chengFeng
ZhangBiao 2021-04-08 15:02:01 +08:00
parent cb5c940e25
commit 16db37cf29
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ end
function RewardBoxPanel:RefreshData()
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:SetBottom()
end