Commit e6b352fa by libai

测试

parent 89ce8539
Showing with 7 additions and 2 deletions
...@@ -13,9 +13,11 @@ ...@@ -13,9 +13,11 @@
gtag('js', new Date()); gtag('js', new Date());
gtag('config', 'G-3V6KZGW418'); gtag('config', 'G-3V6KZGW418');
</script> --> </script> -->
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/> <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<!-- <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/> -->
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="telephone=no" name="format-detection"> <meta content="telephone=no" name="format-detection">
<meta name="mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#fff"> <meta name="theme-color" content="#fff">
...@@ -63,7 +65,7 @@ ...@@ -63,7 +65,7 @@
</style> </style>
</head> </head>
<body style="background: rgb(153, 156, 166);overflow: hidden;font-size: 12px;"> <body ontouchmove="event.preventDefault()" style="background: rgb(153, 156, 166);overflow: hidden;font-size: 12px;">
<div class="guard-show-box"> <div class="guard-show-box">
<img class="guard-show-webp" src="" alt=""> <img class="guard-show-webp" src="" alt="">
<img class="guard-show-face" src="https://zhibocdn.yabolive.net/comm/user/img/11136355/8e908aec05c04ea89542943b350958b8.jpg?oversea=1?mainland=1?x-oss-process=image/resize,w_45" alt=""> <img class="guard-show-face" src="https://zhibocdn.yabolive.net/comm/user/img/11136355/8e908aec05c04ea89542943b350958b8.jpg?oversea=1?mainland=1?x-oss-process=image/resize,w_45" alt="">
...@@ -709,6 +711,9 @@ $(function(){ ...@@ -709,6 +711,9 @@ $(function(){
flvPlay(data.pullFlowUrl) flvPlay(data.pullFlowUrl)
} }
// flvPlay(data.pullFlowUrl) // flvPlay(data.pullFlowUrl)
$("#myVideo").on("error",function(e){
layer.msg(e)
})
$("#myVideo").on("canplay",function(){ $("#myVideo").on("canplay",function(){
setTimeout(function() { setTimeout(function() {
clearInterval(loadT) clearInterval(loadT)
......
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