Commit 1b11c1c9 by libai

测试

parent 76e73db1
Showing with 2 additions and 2 deletions
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
$(".face-box").html(html); $(".face-box").html(html);
var html=[]; var html=[];
html+='<div class="list-top-box1">'; html+='<div class="list-top-box1">';
html+='<p>'+Math.floor(data.result.data.totalTime/60*10)+'小时+'+Math.floor(data.result.data.totalEtime/60*10)+'小时</p>'; html+='<p>'+Math.floor(data.result.data.totalTime/60*10)/10+'小时+'+Math.floor(data.result.data.totalEtime/60*10)+'小时</p>';
html+='<p>直播总时长</p>'; html+='<p>直播总时长</p>';
html+='</div>'; html+='</div>';
html+='<div class="list-top-box2">'; html+='<div class="list-top-box2">';
...@@ -204,7 +204,7 @@ ...@@ -204,7 +204,7 @@
html+='<li>'; html+='<li>';
html+='<span class="list-span1">'; html+='<span class="list-span1">';
html+='<p class="list-span1-p1">'+list.statdate+'</p>'; html+='<p class="list-span1-p1">'+list.statdate+'</p>';
html+='<p class="list-span1-p2">'+Math.floor(list.time/60*10)+'小时+'+Math.floor(list.etime/60*10)+'小时</p>'; html+='<p class="list-span1-p2">'+Math.floor(list.time/60*10)/10+'小时+'+Math.floor(list.etime/60*10)/10+'小时</p>';
html+='<p class="list-span1-p3">直播时长</p>'; html+='<p class="list-span1-p3">直播时长</p>';
html+='</span>'; html+='</span>';
html+='<span class="list-span2">'; html+='<span class="list-span2">';
......
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