From e1dde4d2bf754b4d643ba6ab662af90c944145c3 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 02 Mar 2023 10:12:50 +0800
Subject: [PATCH] 增加活动公告

---
 src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html
index 65b1474..8bf178f 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html
@@ -42,6 +42,7 @@
 <!--                                                <option value="16">系统拨付</option>-->
 <!--                                                <option value="17">抽奖</option>-->
                                                 <option value="18">充值</option>
+                                                <option value="20">赠送金额</option>
 <!--                                                <option value="19">收益</option>-->
                                             </select>
                                         </div>
@@ -164,6 +165,8 @@
                                 return '<span>充值</span>'
                             }else if (d.type === 19) {
                                 return '<span>收益</span>'
+                            }else if (d.type === 20) {
+                                return '<span>赠送金额</span>'
                             }else{
                                 return ''
                             }

--
Gitblit v1.9.1