yshop3.0-alpha版本

This commit is contained in:
hupeng
2020-06-27 16:46:04 +08:00
parent 37abf9f073
commit 329d1e1de3
33 changed files with 721 additions and 223 deletions

View File

@ -92,7 +92,8 @@ export function formatTime(time, option) {
}
export function formatTimeTwo(time) {
time = time * 1000
if(time == null) return "无"
//time = time * 1000
const d = new Date(time)
return (
d.getFullYear() + '年' +