From d9ca231e5771ddcaebaa97c38c65b633a6828ea3 Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Wed, 14 Jul 2021 22:17:16 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=B7=A8=E6=9C=8D=E5=A4=A9=E6=A2=AF?= =?UTF-8?q?=E3=80=91=E5=9B=BD=E5=86=85=E6=8F=90=E4=BA=A4+1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/JumpServer/JumpServerHightLadderPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/JumpServer/JumpServerHightLadderPanel.lua b/Assets/ManagedResources/~Lua/Modules/JumpServer/JumpServerHightLadderPanel.lua index 14e576dce3..bdcf9f0e6e 100644 --- a/Assets/ManagedResources/~Lua/Modules/JumpServer/JumpServerHightLadderPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/JumpServer/JumpServerHightLadderPanel.lua @@ -178,7 +178,7 @@ function this.OnShowPanel() if JumpServerManager.GetHightLadderDataMyRank() <= 1000 then this.canPlayerTipText:GetComponent("Text").text = "已通过邮件发放排名奖励" else - this.canPlayerTipText:GetComponent("Text").text = "无法获得奖励" + this.canPlayerTipText:GetComponent("Text").text = "无法获得排名奖励" end this.mySortText:SetActive(true) end