Commit 3e5ad56ce27c98c3fd9ff336ca18c2b05e309f8c
1 parent
0afb4b58
日期
Showing
1 changed file
with
1 additions
and
0 deletions
src/utils/formate.js
@@ -7,6 +7,7 @@ function formateday() { | @@ -7,6 +7,7 @@ function formateday() { | ||
7 | str = year +"-"+ month +"-"+ day | 7 | str = year +"-"+ month +"-"+ day |
8 | return str | 8 | return str |
9 | } | 9 | } |
10 | + | ||
10 | function formateTime() { | 11 | function formateTime() { |
11 | let date = new Date() | 12 | let date = new Date() |
12 | let str = '' | 13 | let str = '' |