From bd249bac31b096472bd34cebff7223d30cb577b7 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 23 Oct 2023 16:33:21 +0800
Subject: [PATCH] 版本管理

---
 src/main/resources/templates/febs/views/modules/chat/chatAmountFlow.html |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/chat/chatAmountFlow.html b/src/main/resources/templates/febs/views/modules/chat/chatAmountFlow.html
index 0f00bf7..df553b5 100644
--- a/src/main/resources/templates/febs/views/modules/chat/chatAmountFlow.html
+++ b/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>

--
Gitblit v1.9.1