From 69e92d6cf539fb4f112d17347fe082df2e2216e9 Mon Sep 17 00:00:00 2001
From: zainali5120 <512061637@qq.com>
Date: Sun, 22 Nov 2020 18:14:59 +0800
Subject: [PATCH] 功能同步
---
src/main/resources/mapper/modules/MemberCoinChargeMapper.xml | 1 +
src/main/resources/templates/febs/views/modules/member/applyCoin.html | 3 ++-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/modules/MemberCoinChargeMapper.xml b/src/main/resources/mapper/modules/MemberCoinChargeMapper.xml
index 81999bc..b5a74f0 100644
--- a/src/main/resources/mapper/modules/MemberCoinChargeMapper.xml
+++ b/src/main/resources/mapper/modules/MemberCoinChargeMapper.xml
@@ -13,6 +13,7 @@
s.member_id,
s.symbol,
s.tag,
+ s.hash,
m.phone,
m.email,
m.invite_id,
diff --git a/src/main/resources/templates/febs/views/modules/member/applyCoin.html b/src/main/resources/templates/febs/views/modules/member/applyCoin.html
index edf94db..8b76b95 100644
--- a/src/main/resources/templates/febs/views/modules/member/applyCoin.html
+++ b/src/main/resources/templates/febs/views/modules/member/applyCoin.html
@@ -23,7 +23,7 @@
<select name="symbol">
<option value=""></option>
<option value="USDT">USDT</option>
- <option value="ROC">ROC</option>
+ <option value="CPV">CPV</option>
</select>
</div>
</div>
@@ -103,6 +103,7 @@
{field: 'symbol', title: '币种', minWidth: 100,align:'center'},
{field: 'amount', title: '充币数量', minWidth: 100,align:'center',totalRow: true},
{field: 'address', title: '平台钱包地址', minWidth: 280,align:'center'},
+ {field: 'hash', title: '转账hash', minWidth: 280,align:'center'},
{field: 'createTime', title: '创建时间', minWidth: 200,align:'center'}
]]
});
--
Gitblit v1.9.1