From f6a600b3fc9ef136a0cbff360abd466507bc5f59 Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Thu, 29 Apr 2021 14:56:19 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9C=88=E5=8D=A1=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E3=80=91=E6=97=B6=E5=88=86=E7=A7=92=E6=97=B6=E5=80=99=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E5=BB=B6=E8=BF=9F=E4=B8=80=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Operating/MonthCardPage.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Operating/MonthCardPage.lua b/Assets/ManagedResources/~Lua/Modules/Operating/MonthCardPage.lua index 6292f61854..554d87bf5a 100644 --- a/Assets/ManagedResources/~Lua/Modules/Operating/MonthCardPage.lua +++ b/Assets/ManagedResources/~Lua/Modules/Operating/MonthCardPage.lua @@ -138,6 +138,7 @@ function MonthCardPage:SetMonthCardTimes(timeNums,timer,timeCom,index) timer:Stop() timer = nil end + timeCom:GetComponent("Text").text = Language[10023]..TimeStampToDateStr3(timeNums) timer = Timer.New(function() timeCom:GetComponent("Text").text = Language[10023]..TimeStampToDateStr3(timeNums) if timeNums < 0 then