xiaoyong931011
2023-08-15 76706e083e2f5d91b4d3346ffead2e6bce2d09c5
src/main/resources/templates/febs/views/dapp/money-change-flow.html
@@ -117,6 +117,9 @@
    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'},
    }[d.type];
    }}
    <span class="layui-badge febs-bg-{{type.color}}">{{ type.title }}</span>
@@ -192,8 +195,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()
            };
        }