xiaoyong931011
2023-10-23 bd249bac31b096472bd34cebff7223d30cb577b7
版本管理
1 files modified
4 ■■■■ changed files
src/main/resources/templates/febs/views/modules/chat/chatAmountFlow.html 4 ●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/chat/chatAmountFlow.html
@@ -29,6 +29,8 @@
                                                <option value="8">集团奖励</option>
                                                <option value="9">中雷补偿</option>
                                                <option value="10">中雷扣除</option>
                                                <option value="11">发送红包</option>
                                                <option value="12">领取红包</option>
                                            </select>
                                        </div>
                                    </div>
@@ -72,6 +74,8 @@
    8: {title: '集团奖励', color: 'blue'},
    9: {title: '中雷补偿', color: 'blue'},
    10: {title: '中雷扣除', color: 'blue'},
    11: {title: '发送红包', color: 'blue'},
    12: {title: '领取红包', color: 'blue'},
    }[d.type];
    }}
    <span class="layui-badge febs-bg-{{type.color}}">{{ type.title }}</span>