zainali5120
2020-11-22 69e92d6cf539fb4f112d17347fe082df2e2216e9
功能同步
2 files modified
4 ■■■ changed files
src/main/resources/mapper/modules/MemberCoinChargeMapper.xml 1 ●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/member/applyCoin.html 3 ●●●● patch | view | raw | blame | history
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,
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'}
                ]]
            });