From d3e9f57c91ffc08e090bf8d4b8fcbf60f0d3a86f Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Mon, 19 May 2025 17:45:15 +0800
Subject: [PATCH] feat(mall): 添加会员等级当前进度相关数据

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

diff --git a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html
index 2f65a82..49a81b0 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html
@@ -55,7 +55,9 @@
                                             <select name="flowType">
                                                 <option value="">请选择</option>
                                                 <option value="1">余额</option>
+                                                <option value="2">会员经验</option>
                                                 <option value="3">积分</option>
+                                                <option value="4">佣金</option>
                                             </select>
                                         </div>
                                     </div>

--
Gitblit v1.9.1