Commit a099b68f by 陈超

T

parent 95293b06
...@@ -103,8 +103,8 @@ ...@@ -103,8 +103,8 @@
for(let k in p) { for(let k in p) {
this.section.push(p[k]) this.section.push(p[k])
} }
let p = "{:U('course/Video/watch',array('id'=>$_GET['id'],'s_id'=>$s_id))}" let q = "{:U('course/Video/watch',array('id'=>$_GET['id'],'s_id'=>$s_id))}"
console.log(p) console.log(q)
}, },
methods: { methods: {
onCollect: function() { onCollect: 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