Commit 95293b06 by 陈超

T

parent 62330996
...@@ -103,6 +103,8 @@ ...@@ -103,6 +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))}"
console.log(p)
}, },
methods: { methods: {
onCollect: function() { onCollect: function() {
...@@ -135,10 +137,7 @@ ...@@ -135,10 +137,7 @@
} }
}, },
onTapCourse: function(child, item) { onTapCourse: function(child, item) {
console.log(child)
console.log(item)
let p = "{:U('course/Video/watch',array('id'=>$_GET['id'],'s_id'=>$s_id))}"
console.log(p)
}, },
onLogin: function() { onLogin: function() {
window.location.href = "{:U('basic/Passport/login')}" window.location.href = "{:U('basic/Passport/login')}"
......
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