From 4373679dc380d0943dac768c675ec1121a175c44 Mon Sep 17 00:00:00 2001 From: sunfengxiang Date: Fri, 24 Sep 2021 16:42:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/interact/interactList.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/view/interact/interactList.html b/view/interact/interactList.html index 02c2157..6fad1b7 100644 --- a/view/interact/interactList.html +++ b/view/interact/interactList.html @@ -144,13 +144,13 @@

{{i+1}}.{{value.title}}?

-

{{value.logintime}}

+

{{value.logintime.substring(0,10)}}

{{value.reply}}

-

{{value.replyTime}}

+

{{value.replyTime.substring(0,10)}}

@@ -170,14 +170,14 @@
  • -

    {{i+1}}.{{value.title}}?

    -

    {{value.logintime}}

    +

    {{i+1}}.{{value.title}}?

    +

    {{value.logintime.substring(0,10)}}

    {{value.reply}}

    -

    {{value.replyTime}}

    +

    {{value.replyTime.substring(0,10)}}