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 {