From 0140571d040178c6a1c4c6f66f8df0dcb46ab5ac Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Tue, 18 Feb 2025 11:01:09 +0800 Subject: [PATCH] feat(user): 重构用户注册逻辑并添加钱包功能 --- src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html | 4 ++++ 1 files changed, 4 insertions(+), 0 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 925fdf1..4659eb4 100644 --- a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html +++ b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html @@ -254,8 +254,12 @@ {field: 'phone', title: '账号', minWidth: 150,align:'left',totalRowText:"合计"}, {field: 'name', title: '昵称', minWidth: 100,align:'left'}, {field: 'inviteId', title: '邀请码', minWidth: 100,align:'left'}, + {field: 'commission', title: 'USDT', minWidth: 100,align:'left', totalRow:true}, {field: 'balance', title: '碳币', minWidth: 100,align:'left', totalRow:true}, {field: 'score', title: '碳积分', minWidth: 100,align:'left', totalRow:true}, + {field: 'directCnt', title: '直推', minWidth: 100,align:'left', totalRow:true}, + {field: 'teamCnt', title: '团队', minWidth: 100,align:'left', totalRow:true}, + {field: 'achieveCnt', title: '业绩', minWidth: 100,align:'left', totalRow:true}, {field: 'referrerName', title: '推荐人', minWidth: 100,align:'left'}, {field: 'levelName', title: '会员等级', minWidth: 100,align:'left'}, {field: 'director', title: '节点', templet: '#switchDirector', minWidth: 100,align:'center'}, -- Gitblit v1.9.1