Commit d3d2511e by 陈超

A

parent 58530e6d
......@@ -110,8 +110,7 @@
opt.page += 1
console.log(array)
opt.items = opt.items.concat(array.map( r => {
let d = new Date(r.dateline)
d.setTime(r.deadline / 1000)
let d = new Date(r.dateline * 1000)
console.log(d)
return {
id: r.id,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment