Commit 3e5ad56ce27c98c3fd9ff336ca18c2b05e309f8c

Authored by liuqimichale
1 parent 0afb4b58

日期

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