Commit a931a7be by 冷斌

fix bug

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