Commit 70f6cbad by libai

ft活动上线

parent 30251448
Showing with 1 additions and 1 deletions
......@@ -298,7 +298,7 @@ $(function(){
for(var i=0;i<data.result.rankList.length;i++){
var list=data.result.rankList[i];
html+='<li>';
html+='<div class="user-li1">1</div>';
html+='<div class="user-li1">'+(i+1)+'</div>';
html+='<div class="user-li2">';
html+='<a href="yazhai://_' + list.uid + '_zone"><img class="user-face" src="https://big.bgp.ourpow.com/comm'+list.face+'?x-oss-process=image/resize,w_90" alt=""></a>';
html+='<p>'+list.name+'</p>';
......
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