xiaoyong931011
2023-08-17 4e2cb7265a2688733f1efc7343d24f53668da836
src/main/resources/templates/febs/views/dapp/money-change-flow.html
@@ -117,6 +117,10 @@
    35: {title: '全网分红V5', color: 'green'},
    36: {title: '全网分红V6', color: 'green'},
    37: {title: '全网分红V7', color: 'green'},
    39: {title: '充值', color: 'green'},
    40: {title: '提现', color: 'green'},
    41: {title: '系统回购', color: 'green'},
    42: {title: '获得通证', color: 'green'},
    }[d.type];
    }}
    <span class="layui-badge febs-bg-{{type.color}}">{{ type.title }}</span>
@@ -192,8 +196,8 @@
        function getQueryParams() {
            return {
                address: $searchForm.find('input[name="address"]').val().trim(),
                fromHash: $searchForm.find('input[name="fromHash"]').val().trim(),
                type: $searchForm.find("select[name='type']").val()
                // fromHash: $searchForm.find('input[name="fromHash"]').val().trim(),
                // type: $searchForm.find("select[name='type']").val()
            };
        }