From ffcbfda9232da7f76071f6ba781633f7a6e1e284 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 28 Sep 2021 14:38:25 +0800
Subject: [PATCH] add bindphone
---
src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
index cffe25b..6f8ef47 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
@@ -132,7 +132,7 @@
url: ctx + 'admin/mallMember/getMallMemberList',
cols: [[
{field: 'phone', title: '手机号', minWidth: 150,align:'left'},
- {field: 'email', title: '邮箱', minWidth: 150,align:'left'},
+ // {field: 'email', title: '邮箱', minWidth: 150,align:'left'},
{field: 'name', title: '名称', minWidth: 100,align:'left'},
{field: 'inviteId', title: '邀请码', minWidth: 100,align:'left'},
{field: 'referrerId', title: '推荐人邀请码', minWidth: 100,align:'left'},
--
Gitblit v1.9.1