Commit cd2d14c4 by txy

'13'

parent 7856fbe1
...@@ -337,6 +337,7 @@ body { ...@@ -337,6 +337,7 @@ body {
} }
.container .content .user-list tr td .table-info .cell .info-pic { .container .content .user-list tr td .table-info .cell .info-pic {
height: 1rem; height: 1rem;
width: 1rem;
} }
.container .content .user-list tr td .table-info .cell-info { .container .content .user-list tr td .table-info .cell-info {
padding: 0 .1rem; padding: 0 .1rem;
......
...@@ -315,6 +315,8 @@ function getRangeList(rankListData){ ...@@ -315,6 +315,8 @@ function getRangeList(rankListData){
// 票数 // 票数
$('.ticket-total .text-red', tr).text(rankListData.records[i].voteNum); $('.ticket-total .text-red', tr).text(rankListData.records[i].voteNum);
// 编号
$('.cell-info small', tr).text('编号:'+ rankListData.records[i].userNumber +'号');
// 添加点击事件 // 添加点击事件
var cloneItem = $(tr).clone(); var cloneItem = $(tr).clone();
tempItem.append(cloneItem); tempItem.append(cloneItem);
......
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 to comment