修复语法格式问题

This commit is contained in:
hupeng
2020-02-17 10:22:25 +08:00
parent e269614bd5
commit d7c60b817b
40 changed files with 580 additions and 759 deletions

View File

@ -95,7 +95,7 @@ export function formatTimeTwo(time) {
time = time * 1000
const d = new Date(time)
return (
d.getFullYear()+'年'+
d.getFullYear() + '年' +
(d.getMonth() + 1) +
'月' +
d.getDate() +
@ -105,10 +105,8 @@ export function formatTimeTwo(time) {
d.getMinutes() +
'分'
)
}
/**
* @param {string} url
* @returns {Object}