From a7b8b0c439d0a705bced3fda9b04e38e44c26707 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Wed, 21 May 2025 10:53:00 +0800
Subject: [PATCH] fix(mall): 修复管理员禁用会员时未同步更新小程序登录状态

---
 src/main/resources/templates/febs/views/modules/mallMember/agentList.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/mallMember/agentList.html b/src/main/resources/templates/febs/views/modules/mallMember/agentList.html
index 65b8799..779456c 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/agentList.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/agentList.html
@@ -23,10 +23,10 @@
                                             <select name="level">
                                                 <option value="">请选择</option>
                                                 <option value="FIRST_LEVEL">普通会员</option>
-                                                <option value="SECOND_LEVEL">区级代理</option>
-                                                <option value="THIRD_LEVEL">市级代理</option>
-                                                <option value="FOUR_LEVEL">省级代理</option>
-                                                <option value="FIFTH_LEVEL">全国总代</option>
+                                                <option value="SECOND_LEVEL">一星</option>
+                                                <option value="THIRD_LEVEL">二星</option>
+                                                <option value="FOUR_LEVEL">三星</option>
+                                                <option value="FIFTH_LEVEL">四星</option>
                                             </select>
                                         </div>
                                     </div>
@@ -129,7 +129,7 @@
                 id: 'userAgentTable',
                 url: ctx + 'admin/mallMember/getAgentList',
                 cols: [[
-                    {field: 'bindPhone', title: '手机号', minWidth: 150,align:'left'},
+                    // {field: 'bindPhone', title: '手机号', minWidth: 150,align:'left'},
                     {field: 'phone', title: '账号', minWidth: 150,align:'left'},
                     {field: 'name', title: '名称', minWidth: 100,align:'left'},
                     {field: 'inviteId', title: '邀请码', minWidth: 100,align:'left'},

--
Gitblit v1.9.1