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/templates/febs/views/modules/member/applyCoin.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
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