From e3eb55d5f33eddb7ed29874189ab5132fd180df0 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 23 Aug 2022 16:06:29 +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