左侧导航上的图片加载

1 个父辈 f9fc13a7
......@@ -11,7 +11,7 @@
<link rel="stylesheet" href="/zzhnc/res/plugins/layui/css/layui.css">
<link rel="stylesheet" href="/zzhnc/res/css/layout.css">
<link rel="stylesheet" href="/zzhnc/res/plugins/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="http://at.alicdn.com/t/font_450595_ifme6z69cizwu3di.css">
<link rel="stylesheet" href="https://at.alicdn.com/t/font_450595_ifme6z69cizwu3di.css">
<style>
#chromeTip {
position: fixed;
......
......@@ -27,7 +27,6 @@
<th>No</th>
<th>头像昵称</th>
<th>地区</th>
<th>上级粉丝</th>
<th>小程序 openid</th>
<th>创建时间</th>
<th>上次登录时间</th>
......@@ -70,7 +69,6 @@
'<td>' + ((data.page - 1) * data.pageSize + i + 1) + '</td>' +
'<td><img class="fansImg" src="' + data.rows[i].logo + '" />' + data.rows[i].nickname + '</td>' +
'<td>' + ToAddress(data.rows[i]) + '</td>' +
'<td>' + data.rows[i].parentfansid + '</td>' +
'<td>' + data.rows[i].miniopenid + '</td>' +
'<td>' + toTime_G(data.rows[i].createdtime) + '</td>' +
'<td>' + toTime_G(data.rows[i].lastlogintime) + '</td>' +
......
Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
请先完成此消息的编辑!