From 94e644443a660b39521f08805b66c27ced736e40 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Wed, 17 Aug 2022 11:30:33 +0800 Subject: [PATCH] fix:普通商品不再10天结算,改为及时结算并不能退货 --- 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