xiaoyong931011
2023-05-19 595bd69cc70996087f499956840552aebc3d28b7
src/main/resources/templates/febs/views/dapp/money-change-flow.html
@@ -53,11 +53,11 @@
<script type="text/html" id="flow-type">
    {{#
    var type = {
    1: {title: '购买节点'},
    3: {title: '直推收益'},
    1: {title: '购买节点', color: 'orange'},
    3: {title: '直推收益', color: 'green'},
    }[d.type];
    }}
    <span>{{ type.title }}</span>
    <span class="layui-badge febs-bg-{{type.color}}">{{ type.title }}</span>
</script>
<script type="text/html" id="status-able">
    {{#