Commit 70d03da9 by 陈超

T

parent 079bb7f4
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
console.log(this.info) console.log(this.info)
let p = {:json_encode($video_section_data)}; let p = {:json_encode($video_section_data)};
console.log(p) console.log(p)
for(let k of p) { for(let k in p) {
this.section.push(p[k]) this.section.push(p[k])
} }
}, },
......
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