From 2ef43409985ea394314879cca4598c118b5576e0 Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Sat, 27 Feb 2021 15:19:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Guild/CarDelay/GuildCarDelayMainPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Guild/CarDelay/GuildCarDelayMainPanel.lua b/Assets/ManagedResources/~Lua/Modules/Guild/CarDelay/GuildCarDelayMainPanel.lua index deeb089de6..cbeb70c56f 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guild/CarDelay/GuildCarDelayMainPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guild/CarDelay/GuildCarDelayMainPanel.lua @@ -284,7 +284,7 @@ function this.SetRankDataShow(ranks,myRankInfo) else this.mySortNum:SetActive(false) end - this.mySore.text = myRankInfo.param1 > 0 and PrintWanNum3(msg.myRankInfo.param1) or Language[10148] + this.mySore.text = myRankInfo.param1 > 0 and PrintWanNum3(myRankInfo.param1) or Language[10148] this.ScrollView:SetData(ranks, function (index, go) this.SingleRankDataShow(go, ranks[index]) if index==#ranks then