Commit 3bac90f1 by 陈超

A

parent 94d6f5e2
...@@ -110,6 +110,8 @@ ...@@ -110,6 +110,8 @@
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 => {
console.log(r.dateline)
console.log(new Date(r.dateline))
return { return {
id: r.id, id: r.id,
title: r.title, title: r.title,
......
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