Commit 266c8b82 by libai

测试

parent 6a64846d
Showing with 3 additions and 0 deletions
......@@ -715,6 +715,9 @@ $(function(){
$("#myVideo").on("error",function(e){
window.location.reload()
})
$("#myVideo").on("pause",function(e){
layer.msg("暫停了")
})
$("#myVideo").on("canplay",function(){
setTimeout(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