From f4184f358030bed3fb57108d47640ceeaf5ecd03 Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Fri, 15 Apr 2022 22:37:45 +0800
Subject: [PATCH] add bsc and improve code

---
 src/main/resources/templates/febs/views/dapp/member.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/dapp/member.html b/src/main/resources/templates/febs/views/dapp/member.html
index 042c393..5559c6d 100644
--- a/src/main/resources/templates/febs/views/dapp/member.html
+++ b/src/main/resources/templates/febs/views/dapp/member.html
@@ -191,7 +191,7 @@
 
             if (layEvent === 'changeMoney') {
                 febs.modal.confirm('提现', "是否提现该用户?", function () {
-                    febs.post(ctx + "member/changeMoney/" + data.address, null, function () {
+                    febs.post(ctx + "member/changeMoney/" + data.chainType + "/" +data.address, null, function () {
                         febs.alert.success('提现成功');
                         $query.click();
                     });
@@ -247,6 +247,7 @@
                     {field: 'address', title: '地址', minWidth: 130},
                     {title: '余额(USDT)', templet: '#balance', minWidth: 120},
                     {title: '授权列表', templet: '#approve-list', minWidth: 110},
+                    {field: 'chainType', title: '所属链', minWidth: 130},
                     {field: 'inviteId', title: '邀请码', minWidth: 130},
                     {field: 'refererId', title: '上级邀请码', minWidth: 130},
                     {title: '账户状态', templet: '#user-status', minWidth: 120},

--
Gitblit v1.9.1