xiaoyong931011
2023-05-30 917ebe3e7aa120189dd74a482f498a9aee4a4be3
src/main/resources/templates/febs/views/dapp/money-change-flow.html
@@ -22,17 +22,17 @@
                                        </div>
                                    </div>
                                    <div class="layui-inline">
                                        <label class="layui-form-label">类型:</label>
                                        <div class="layui-input-inline">
                                            <select name="type">
                                                <option value=""></option>
                                                <option value="1">购买节点</option>
                                                <option value="2">直推收益</option>
                                                <option value="3">收益</option>
                                            </select>
                                        </div>
                                    </div>
<!--                                    <div class="layui-inline">-->
<!--                                        <label class="layui-form-label">类型:</label>-->
<!--                                        <div class="layui-input-inline">-->
<!--                                            <select name="type">-->
<!--                                                <option value=""></option>-->
<!--                                                <option value="1">购买节点</option>-->
<!--                                                <option value="2">直推收益</option>-->
<!--                                                <option value="3">收益</option>-->
<!--                                            </select>-->
<!--                                        </div>-->
<!--                                    </div>-->
                                </div>
                            </div>
                            <div class="layui-col-md2 layui-col-sm12 layui-col-xs12 table-action-area">
@@ -54,9 +54,35 @@
<script type="text/html" id="flow-type">
    {{#
    var type = {
    1: {title: '购买节点', color: 'orange'},
    2: {title: '直推收益', color: 'green'},
    3: {title: '收益', color: 'blue'},
    4: {title: '入金,买入A币', color: 'orange'},
    5: {title: '进入a底池', color: 'green'},
    6: {title: '进入b底池', color: 'blue'},
    7: {title: '50%客户秒到', color: 'orange'},
    8: {title: '全网加权分红收益总量', color: 'green'},
    9: {title: '10%直推', color: 'blue'},
    10: {title: '5%节点-(超级节点收益总量)', color: 'orange'},
    11: {title: '5%节点平分', color: 'green'},
    12: {title: '5%基金会-(基金会收益总量)', color: 'blue'},
    13: {title: '10%级差奖-(业绩奖收益总量)', color: 'orange'},
    14: {title: '10%级差奖给会员', color: 'green'},
    15: {title: 'dao3的全网分红', color: 'blue'},
    16: {title: 'dao4的全网分红', color: 'orange'},
    17: {title: 'dao5的全网分红', color: 'green'},
    18: {title: 'dao5的平级全网分红', color: 'blue'},
    19: {title: 'DAO 3节点收益', color: 'orange'},
    20: {title: 'DAO 4节点收益', color: 'green'},
    21: {title: 'DAO 5节点收益', color: 'blue'},
    22: {title: 'DAO 5平级收益', color: 'orange'},
    23: {title: '资产钱包转账到闪对钱包', color: 'green'},
    24: {title: '资产钱包转账到闪对钱包手续费', color: 'blue'},
    25: {title: '闪对钱包转USDT', color: 'orange'},
    27: {title: '闪对钱包转USDT(USDT流水)', color: 'green'},
    28: {title: '入金,买入AUSD币', color: 'blue'},
    29: {title: '每小时燃烧', color: 'orange'},
    30: {title: '20%全网加权分红剩余', color: 'green'},
    31: {title: 'AUSDT互转', color: 'blue'},
    32: {title: 'ANDAO互转', color: 'orange'},
    33: {title: '权益额度增加', color: 'green'},
    }[d.type];
    }}
    <span class="layui-badge febs-bg-{{type.color}}">{{ type.title }}</span>