From 22a1ada1fefc901e391279e01a251aa3c471e96a Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 18 Jun 2020 17:58:00 +0800
Subject: [PATCH] 20200618   代码提交

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

diff --git a/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html b/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html
index 041579e..845aaaf 100644
--- a/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html
+++ b/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html
@@ -166,7 +166,7 @@
                 cols: [[
                     {field: 'phone', title: '手机号码', minWidth: 120,align:'left'},
                     {field: 'email', title: '邮箱', minWidth: 200,align:'left'},
-                    {field: 'memberId', title: '邀请码UID', minWidth: 100,align:'center'},
+                    {field: 'inviteId', title: '邀请码UID', minWidth: 80,align:'center'},
                     {field: 'symbol', title: '币种', minWidth: 100,align:'center'},
                     {field: 'amount', title: '提币数量', minWidth: 120,align:'center'},
                     {field: 'address', title: '提币地址', minWidth: 300,align:'center'},

--
Gitblit v1.9.1