Commit 00d58ceb by libai

测试

parent 229d9cd4
Showing with 2 additions and 4 deletions
...@@ -2025,11 +2025,9 @@ $(function () { ...@@ -2025,11 +2025,9 @@ $(function () {
var html=[]; var html=[];
if(imagesList.videos[0].wide>imagesList.videos[0].high) html+='<video style="width:775px;max-height: 900px" controls src="https://zhibocdn.yabolive.net/comm'+imagesList.videos[0].url.replace(".flv",".mp4")+'">'; if(imagesList.videos[0].wide>imagesList.videos[0].high) html+='<video style="width:775px;max-height: 900px" controls src="https://zhibocdn.yabolive.net/comm'+imagesList.videos[0].url.replace(".flv",".mp4")+'">';
else html+='<video style="height: 900px;max-width: 775px;" controls src="https://zhibocdn.yabolive.net/comm'+imagesList.videos[0].url.replace(".flv",".mp4")+'">'; else html+='<video id="videoElement2" style="height: 900px;max-width: 775px;" controls src="">';
$(".layer-photo-content-left").html(html); $(".layer-photo-content-left").html(html);
$(".layer-photo-content-left video").on("error",function(){ flvPlay2(imagesList.videos[0].url)
// $(".layer-photo-content-left video").attr("src",'https://zhibocdn.yabolive.net/comm'+imagesList.videos[0].url.replace(".flv",".MP4")+'')
})
} }
var html=[]; var html=[];
html+='<img class="photo-content-top-face" src="https://zhibocdn.yabolive.net/comm'+list.face+'?x-oss-process=image/resize,w_50" alt="">'; html+='<img class="photo-content-top-face" src="https://zhibocdn.yabolive.net/comm'+list.face+'?x-oss-process=image/resize,w_50" alt="">';
......
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