xiaoyong931011
2023-09-21 54be1e5481d58ea7fa39a34c0bd0e442c406a4b8
src/main/resources/templates/febs/views/dapp/money-change-flow.html
@@ -70,6 +70,8 @@
                                                <option value="43">支付入底池</option>
                                                <option value="44">提现入底池</option>
                                                <option value="45">用户售卖入底池</option>
                                                <option value="46">系统售卖入底池</option>
                                                <option value="47">提现失败</option>
                                            </select>
                                        </div>
                                    </div>
@@ -138,6 +140,8 @@
    43: {title: '支付入底池', color: 'green'},
    44: {title: '提现入底池', color: 'green'},
    45: {title: '用户售卖入底池', color: 'green'},
    46: {title: '系统售卖入底池', color: 'green'},
    47: {title: '提现失败', color: 'red'},
    }[d.type];
    }}
    <span class="layui-badge febs-bg-{{type.color}}">{{ type.title }}</span>