From de308dfa682a1ff1876decf43aba4633cff9b81c Mon Sep 17 00:00:00 2001 From: linxi Date: Wed, 20 Nov 2024 17:05:50 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2617=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=89=8D=E7=AB=AF=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E4=B8=AD=E8=B5=84=E8=AE=AF=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E9=97=B4=E5=BA=94=E4=B8=BA=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesInn/inn/innHome.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pagesInn/inn/innHome.vue b/pagesInn/inn/innHome.vue index 508179e..62dc0b7 100644 --- a/pagesInn/inn/innHome.vue +++ b/pagesInn/inn/innHome.vue @@ -247,7 +247,7 @@ - {{ item.createdTime ? item.createdTime.replace(/-/g, '.').substr(0, 10) : '' }} + {{ item.publishTime ? item.publishTime.replace(/-/g, '.').substr(0, 10) : '' }}