| | |
| | | <div class="layui-fluid layui-anim febs-anim" id="febs-product-sell" lay-title="用户NFT提现"> |
| | | <div class="layui-fluid layui-anim febs-anim" id="febs-product-sell" lay-title="用户卡牌提现"> |
| | | <div class="layui-row febs-container"> |
| | | <div class="layui-col-md12"> |
| | | <div class="layui-card"> |
| | |
| | | cols: [[ |
| | | {field: 'accountLogin', title: '登录账户', minWidth: 120,align:'center'}, |
| | | {field: 'orderNo', title: '编号', minWidth: 220,align:'center'}, |
| | | {field: 'nftTotal', title: '动态NFT', minWidth: 120,align:'center'}, |
| | | {field: 'nftTotal', title: '动态卡牌', minWidth: 120,align:'center'}, |
| | | {field: 'nftCnt', title: '实际提现', minWidth: 120,align:'center'}, |
| | | {field: 'nftCntAva', title: '剩余数量', minWidth: 120,align:'center'}, |
| | | {field: 'nftFee', title: 'NFT手续费', minWidth: 120,align:'center'}, |
| | | {field: 'nftFee', title: '卡牌手续费', minWidth: 120,align:'center'}, |
| | | {field: 'fcmFee', title: '代币手续费', minWidth: 120,align:'center'}, |
| | | {templet: '#isSellState', title: '提现状态', minWidth: 120,align:'center'}, |
| | | // {title: '操作', |