From 29930e2be67e653aa9712b7bf7127ed43d2c8073 Mon Sep 17 00:00:00 2001 From: mutoe Date: Fri, 2 Nov 2018 15:58:22 +0800 Subject: [PATCH] =?UTF-8?q?fix(question):=20=E9=97=AE=E9=A2=98=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=98=BE=E7=A4=BA=E4=B8=BA=E5=88=9B=E5=BB=BA=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E8=80=8C=E9=9D=9E=E6=9B=B4=E6=96=B0=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/question/components/QuestionCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page/question/components/QuestionCard.vue b/src/page/question/components/QuestionCard.vue index 6ae405c7..68f4bd96 100644 --- a/src/page/question/components/QuestionCard.vue +++ b/src/page/question/components/QuestionCard.vue @@ -34,7 +34,7 @@ {{ question.amount }} - {{ question.updated_at | time2tips }} + {{ question.created_at | time2tips }}