Commit 0980df5e by 冷斌

fix bug

parent 4768933d
...@@ -244,7 +244,8 @@ ...@@ -244,7 +244,8 @@
// <a href="{:U('course/Video/watch',array('id'=>$vo1['vid'],'s_id'=>$vo1['id']))}"> // <a href="{:U('course/Video/watch',array('id'=>$vo1['vid'],'s_id'=>$vo1['id']))}">
let url = "{:U('course/Video/watch')}"; let url = "{:U('course/Video/watch')}";
url = url.replace('[id]', child.vid); url = url.replace('[id]', child.vid);
console.log(url, child) url = url.replace('[s_id]', child.id);
window.location.href = url;
} }
} }
}, },
......
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