Commit 08366025 by libai

测试

parent da792ebf
Showing with 1 additions and 1 deletions
...@@ -715,7 +715,7 @@ $(function(){ ...@@ -715,7 +715,7 @@ $(function(){
$("#myVideo").on("error",function(e){ $("#myVideo").on("error",function(e){
window.location.reload() window.location.reload()
}) })
$("#myVideo").addEventListener('pause', function () { //暂停开始执行的函数 document.getElementById("myVideo").addEventListener('pause', function () { //暂停开始执行的函数
layer.msg("暫停了") layer.msg("暫停了")
}); });
$("#myVideo").on("canplay",function(){ $("#myVideo").on("canplay",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 sign in to comment