...
|
...
|
@@ -107,7 +107,7 @@ |
|
|
|
|
|
<tr>
|
|
|
<td style="width:100%; word-wrap:break-word;">
|
|
|
<div id="atUserInfo" style="float: left;margin-left: 30px;"></div></td>
|
|
|
<div id="atUserInfo" style="float: left;"></div></td>
|
|
|
</tr>
|
|
|
|
|
|
<tr style="height: 60px">
|
...
|
...
|
@@ -293,7 +293,7 @@ |
|
|
for (i = 0; i < userList.length; i++) {
|
|
|
var userInfo = userList[i];
|
|
|
var headIco = userInfo.headIco.substring(0, userInfo.headIco.indexOf("?"));
|
|
|
html += "<span style='font-size: 15px;'>  <label>"+userInfo.uid+"</label></span>    ";
|
|
|
html += "<span style='font-size: 15px;'><label>"+userInfo.uid+"</label></span>    ";
|
|
|
html += "<span style='font-size: 15px;'>  <label>"+userInfo.nickName+"</label></span>    ";
|
|
|
html += "<span style='font-size: 18px;'>  <img src='"+headIco+"' width='60px;' height='60px;'></span><br>";
|
|
|
}
|
...
|
...
|
|