From 0d3f84f5e19ab8502e6a5b677c0e9c3a55a779a2 Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Thu, 8 Apr 2021 17:24:39 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=87=AA=E9=80=89=E5=AE=9D=E7=AE=B1?= =?UTF-8?q?=E3=80=91=E6=96=87=E5=AD=97=E6=8F=90=E7=A4=BA=E6=9A=82=E6=97=A0?= =?UTF-8?q?=E5=A4=96=E8=AF=AD=E7=89=88=E6=9C=AC=EF=BC=8C=E6=94=B9=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/RewardBox/RewardBoxPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/RewardBox/RewardBoxPanel.lua b/Assets/ManagedResources/~Lua/Modules/RewardBox/RewardBoxPanel.lua index 94eefb007c..f3f2453995 100644 --- a/Assets/ManagedResources/~Lua/Modules/RewardBox/RewardBoxPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/RewardBox/RewardBoxPanel.lua @@ -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