From 14acffd0b43e4fefc802cf637308f159702e52d7 Mon Sep 17 00:00:00 2001 From: shenzi Date: Thu, 18 Jan 2018 12:02:02 +0800 Subject: [PATCH] 增加粉丝总数量的显示 --- WebContent/WEB-INF/jsp/pc/report/fans.jsp | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/WebContent/WEB-INF/jsp/pc/report/fans.jsp b/WebContent/WEB-INF/jsp/pc/report/fans.jsp index c576df1..0273490 100644 --- a/WebContent/WEB-INF/jsp/pc/report/fans.jsp +++ b/WebContent/WEB-INF/jsp/pc/report/fans.jsp @@ -9,6 +9,18 @@ 粉丝列表 + @@ -19,6 +31,7 @@ +
粉丝总数量:
@@ -59,7 +72,8 @@ function initData(queryObj) { $.get("/zzhnc/fans/search", queryObj, function(data) { console.log(data) - $("#fanslist").html("") + $("#fanslist").html(""); + $("#fanSum").html(data.total); if(data.rows.length < 1) { $(".nodata").show(); } else { -- libgit2 0.24.0