Commit 76f3c7b7 by libai

测试

parent 7db1d81a
Showing with 2 additions and 2 deletions
...@@ -1225,7 +1225,7 @@ $(function(){ ...@@ -1225,7 +1225,7 @@ $(function(){
html+='<div class="hot-list-li-box2">'; html+='<div class="hot-list-li-box2">';
html+='<a href="liveRoom.html?roomId='+list.uid+'&v=2022112502"><img class="hot-li-face" src="https://zhibocdn.yabolive.net/comm'+list.face+'?x-oss-process=image/resize,w_80" alt=""></a>'; html+='<a href="liveRoom.html?roomId='+list.uid+'&v=2022112502"><img class="hot-li-face" src="https://zhibocdn.yabolive.net/comm'+list.face+'?x-oss-process=image/resize,w_80" alt=""></a>';
html+='<div class="hot-li-p1">'+list.nickname+'</div>'; html+='<div class="hot-li-p1">'+list.nickname+'</div>';
html+='<div class="hot-li-p2"><img style="width: 0.3rem;" src="images/fire.png">'+list.score+'</div>'; html+='<div class="hot-li-p2"><img src="images/hot-icon.png">'+list.score+'</div>';
html+='</div>'; html+='</div>';
html+='</li>'; html+='</li>';
} }
...@@ -1367,7 +1367,7 @@ $(function(){ ...@@ -1367,7 +1367,7 @@ $(function(){
html+='<div class="rich-list-li2">'; html+='<div class="rich-list-li2">';
html+='<img data-type="'+list.uid+'" class="rich-li-face" src="https://zhibocdn.yabolive.net/comm'+list.face+'?x-oss-process=image/resize,w_80" alt="">'; html+='<img data-type="'+list.uid+'" class="rich-li-face" src="https://zhibocdn.yabolive.net/comm'+list.face+'?x-oss-process=image/resize,w_80" alt="">';
html+='<div class="rich-li-p1">'+list.nickname+'</div>'; html+='<div class="rich-li-p1">'+list.nickname+'</div>';
html+='<div class="rich-li-p2"><img src="images/hot-icon.png">'+list.score+'</div>'; html+='<div class="rich-li-p2"><img style="width: 0.3rem;" src="images/fire.png">'+list.score+'</div>';
html+='</div>'; html+='</div>';
html+='</li>'; html+='</li>';
} }
......
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