Commit 8a452f4e by libai

测试

parent 143f390e
Showing with 3 additions and 3 deletions
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
<img class="room-close" src="images/close.png" alt=""> <img class="room-close" src="images/close.png" alt="">
</div> </div>
<div class="rich-tips-box"> <div class="rich-tips-box">
<div class="room-hot-box"><img src="images/fire.png" alt=""><span></span></div> <div class="room-hot-box"><img src="images/fire.png" alt=""><span>--</span></div>
<div class="hot-list-box"><img src="images/hot-icon.png" alt=""><i></i> <span>></span></div> <div class="hot-list-box"><img src="images/hot-icon.png" alt=""><i></i> <span>></span></div>
<div class="guard-btn">守護TA</div> <div class="guard-btn">守護TA</div>
</div> </div>
...@@ -235,7 +235,7 @@ ...@@ -235,7 +235,7 @@
<div class="hot-list-layer"> <div class="hot-list-layer">
<div class="hot-list-layer-top"> <div class="hot-list-layer-top">
<div class="hot-list-top-text1">熱門榜</div> <div class="hot-list-top-text1">熱門榜</div>
<div class="hot-list-top-text2">排名: <span>129</span></div> <div class="hot-list-top-text2">排名: <span>--</span></div>
<span class="hot-close">X</span> <span class="hot-close">X</span>
</div> </div>
<ul class="hot-list-ul"> <ul class="hot-list-ul">
...@@ -696,7 +696,7 @@ $(function(){ ...@@ -696,7 +696,7 @@ $(function(){
$(".sound-btn").attr("src","images/sound-yes.png") $(".sound-btn").attr("src","images/sound-yes.png")
$(".gift-btn").attr("src","images/gift-btn.png") $(".gift-btn").attr("src","images/gift-btn.png")
$(".video-box video").prop("muted",false) $(".video-box video").prop("muted",false)
html+='<video id="myVideo" autoplay webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-player-type="h5" x5-video-player-fullscreen="true" style="height:100%;object-fit:fill;position:absolute;z-index: 10" poster="" src="'+data.pullFlowUrlHLS+'"></video>' html+='<video id="myVideo" muted autoplay webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-player-type="h5" x5-video-player-fullscreen="true" style="height:100%;object-fit:fill;position:absolute;z-index: 10" poster="" src="'+data.pullFlowUrlHLS+'"></video>'
// html+='<video id="myVideo" autoplay webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-player-type="h5" x5-video-player-fullscreen="true" style="height:100%;object-fit:fill;position:absolute;z-index: 10" poster="" src=""></video>' // html+='<video id="myVideo" autoplay webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-player-type="h5" x5-video-player-fullscreen="true" style="height:100%;object-fit:fill;position:absolute;z-index: 10" poster="" src=""></video>'
}else{ }else{
html+='<video muted id="myVideo" autoplay webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-player-type="h5" x5-video-player-fullscreen="true" style="height:100%;object-fit:fill;position:absolute;z-index: 10" poster="" src="'+data.pullFlowUrlHLS+'"></video>' html+='<video muted id="myVideo" autoplay webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-player-type="h5" x5-video-player-fullscreen="true" style="height:100%;object-fit:fill;position:absolute;z-index: 10" poster="" src="'+data.pullFlowUrlHLS+'"></video>'
......
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