From f33a410f4d65b200083c3a4b97d51c10ac38bbd9 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 26 Aug 2022 18:13:08 +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