Commit fb0f0082 by libai

测试

parent 1d2602d0
Showing with 1 additions and 1 deletions
......@@ -900,7 +900,7 @@ $(function () {
if (i < 3) html += '<img class="rich-list-king" src="images/r' + (i + 1) + '.png" alt="">';
html += '<img class="rich-list-face" src="https://zhibocdn.yabolive.net/comm' + list.face + '?x-oss-process=image/resize,w_44" alt="">';
html += '<p class="hot-list-p1">' + list.nickname + '</p>';
html += '<p class="hot-list-p2">' + list.num + '</p>';
html += '<p class="hot-list-p2">' + list.score + '</p>';
html += '</div>';
html += '</li></a>';
}
......
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