【自选宝箱】文字提示暂无外语版本,改回

dev_chengFeng
ZhangBiao 2021-04-08 17:24:39 +08:00
parent 89c8179840
commit 0d3f84f5e1
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ end
function RewardBoxPanel:RefreshData()
this.selectBar:SetActive(#this.rewardGroup ~= 1)--设置顶部属性条
this.tip.text = BagManager.isBagPanel and GetLanguageStrById("请在以下道具中选择一种") or GetLanguageStrById("以下道具中选择一种")
this.tip.text = BagManager.isBagPanel and GetLanguageStrById("请在以下道具中选择一种") or GetLanguageStrById("请在以下道具中选择一种")--GetLanguageStrById("以下道具中可选择一种")
RewardBoxPanel:SetGiftData()
RewardBoxPanel:SetBottom()
end