Commit d5695505 by 陈超

T

parent 26bd02f4
...@@ -90,7 +90,8 @@ ...@@ -90,7 +90,8 @@
created:function(){ created:function(){
this.info = {:json_encode($data)}; this.info = {:json_encode($data)};
console.log(this.info) console.log(this.info)
console.log("{$video_section_data}") let p = {:json_encode($video_section_data)};
console.log(p)
}, },
computed: { computed: {
isCollect: function() { isCollect: function() {
......
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