From f196d0ec40f153b4d62b757f910f5672f1aec904 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 22 Aug 2022 10:27:03 +0800
Subject: [PATCH] 20220822 后台统计数据修改

---
 src/main/resources/templates/febs/views/index.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/templates/febs/views/index.html b/src/main/resources/templates/febs/views/index.html
index a4b1aa7..cae65ee 100644
--- a/src/main/resources/templates/febs/views/index.html
+++ b/src/main/resources/templates/febs/views/index.html
@@ -327,6 +327,7 @@
                 .find('#lastDay').text(data.lastDay).end()
                 .find('#thisMonth').text(data.thisMonth).end()
                 .find('#lastMonth').text(data.lastMonth).end()
+                .find('#scorePool').text(data.scorePool).end()
                 //会员信息
                 .find('#totalMember').text(data.totalMember).end()
                 .find('#formalMember').text(data.formalMember).end()

--
Gitblit v1.9.1