xiaoyong931011
2023-05-19 8d69b68c3fe2373c224280e85906ec60f593971c
twoCoin项目修改
1 files modified
6 ■■■■ changed files
src/main/resources/templates/febs/views/dapp/money-change-flow.html 6 ●●●● patch | view | raw | blame | history
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">
    {{#