Commit 424d7b89 by 冷斌

fix bug

parent f6fc8010
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
this.info = {:json_encode($data)}; this.info = {:json_encode($data)};
// 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 in 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