Commit 58530e6d by 陈超

A

parent f5aa33ca
......@@ -111,7 +111,7 @@
console.log(array)
opt.items = opt.items.concat(array.map( r => {
let d = new Date(r.dateline)
d.setTime(r.deadline * 1000)
d.setTime(r.deadline / 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