Commit d3d2511e by 陈超

A

parent 58530e6d
...@@ -110,8 +110,7 @@ ...@@ -110,8 +110,7 @@
opt.page += 1 opt.page += 1
console.log(array) console.log(array)
opt.items = opt.items.concat(array.map( r => { opt.items = opt.items.concat(array.map( r => {
let d = new Date(r.dateline) let d = new Date(r.dateline * 1000)
d.setTime(r.deadline / 1000)
console.log(d) console.log(d)
return { return {
id: r.id, 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