Commit da792ebf by libai

测试

parent 266c8b82
Showing with 3 additions and 3 deletions
...@@ -710,14 +710,14 @@ $(function(){ ...@@ -710,14 +710,14 @@ $(function(){
if(/android/.test(ua)){ if(/android/.test(ua)){
flvPlay(data.pullFlowUrl) flvPlay(data.pullFlowUrl)
} }
// flvPlay(data.pullFlowUrl) // flvPlay(data.pullFlowUrl)
$("#myVideo").on("error",function(e){ $("#myVideo").on("error",function(e){
window.location.reload() window.location.reload()
}) })
$("#myVideo").on("pause",function(e){ $("#myVideo").addEventListener('pause', function () { //暂停开始执行的函数
layer.msg("暫停了") layer.msg("暫停了")
}) });
$("#myVideo").on("canplay",function(){ $("#myVideo").on("canplay",function(){
setTimeout(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