From bff046839805ce91c07d0215ac60a35c46c2d099 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 12 Jan 2022 16:53:54 +0800 Subject: [PATCH] 26679 --- src/apps/AppEpidemicSituation/UserInfo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/AppEpidemicSituation/UserInfo.vue b/src/apps/AppEpidemicSituation/UserInfo.vue index 5b6d1e5c..fc570029 100644 --- a/src/apps/AppEpidemicSituation/UserInfo.vue +++ b/src/apps/AppEpidemicSituation/UserInfo.vue @@ -38,7 +38,7 @@
出发时间
-
{{info.startTime.substring(0, 10)}}
+
{{info.startTime.substring(0, 16)}}
出发地区
@@ -50,7 +50,7 @@
到达时间
-
{{info.arriveTime.substring(0, 10)}}
+
{{info.arriveTime.substring(0, 16)}}
返乡地区