Skip to content
切换导航面板
项目
群组
代码片段
帮助
zhangtai
/
zzhnc
当前项目
正在载入...
登录
切换导航面板
转到一个项目
项目
版本库
问题
0
合并请求
0
流水线
维基
设置
活动
图像
图表
创建新的问题
作业
提交
问题看板
文件
提交
分支
标签
贡献者
图像
比较
图表
Commit 1e2f352d
由
沈姿.前端(已离职)
编写于
Jan 02, 2018
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
左侧导航上的图片加载
1 个父辈
f9fc13a7
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
1 行增加
和
3 行删除
WebContent/WEB-INF/jsp/pc/index.jsp
WebContent/WEB-INF/jsp/pc/report/fans.jsp
WebContent/WEB-INF/jsp/pc/index.jsp
查看文件 @
1e2f352
...
...
@@ -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=
"http
s
://at.alicdn.com/t/font_450595_ifme6z69cizwu3di.css"
>
<style>
#chromeTip
{
position
:
fixed
;
...
...
WebContent/WEB-INF/jsp/pc/report/fans.jsp
查看文件 @
1e2f352
...
...
@@ -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
人
到此讨论。请谨慎行事。
请先完成此消息的编辑!
取消
请
注册
或
登录
后发表评论