From 4a48d490a81523325f1a602b42b8f5b8e3533084 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sun, 31 Dec 2023 17:34:00 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E7=A7=BB=E8=87=B3hint=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=88=86=E4=BA=AB=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/t-post.vue | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/src/views/t-post.vue b/src/views/t-post.vue index 10a43117..dd39be32 100644 --- a/src/views/t-post.vue +++ b/src/views/t-post.vue @@ -75,8 +75,10 @@
- 创建时间:{{ getDate(postData.post.created_at) }}  - 更新时间:{{ getDate(postData.post.updated_at) }} + + 创建时间:{{ getDate(postData.post.created_at) }} + + 分享时间:{{ getDate(shareTime) }}
@@ -89,7 +91,7 @@