Commit 303a34ab by libai

测试

parent 63eb5f1c
Showing with 1 additions and 1 deletions
......@@ -195,7 +195,7 @@ $(function(){
if(data.isLikeRoom==0)html+='<div data-type="'+data.uid+'" class="video-like-btn">追蹤</div>';
else html+='<div data-type="'+data.uid+'" class="video-like-btn video-like-btn-yes">已追蹤</div>';
$(".video-face-box").html(html);
$(".video-time-box").html('<span>'+data.visit+'次观看</span><span>'+timeGet(data.updateTime)[0]+'年'+timeGet(data.updateTime)[1]+'月'+timeGet(data.updateTime)[2]+'日</span>')
$(".video-time-box").html('<span>'+data.visit*18+'次观看</span><span>'+timeGet(data.updateTime)[0]+'年'+timeGet(data.updateTime)[1]+'月'+timeGet(data.updateTime)[2]+'日</span>')
$(".video-input-btn").unbind("click").on("click",function(){
if(localStorage.uid==undefined){
loginLayer()
......
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