From 6d774fb3fe75aa382947ab373595c59b104a56bf Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 22 Dec 2022 18:17:38 +0800
Subject: [PATCH] 20221221

---
 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 ee7f4f9..2da8aea 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html
@@ -32,6 +32,7 @@
                                                 <option value="8">星级保证金返还</option>
                                                 <option value="9">提现</option>
                                                 <option value="10">充值</option>
+                                                <option value="11">转账</option>
                                                 <option value="100">系统拨付</option>
                                             </select>
                                         </div>
@@ -136,6 +137,8 @@
                                 return '<span>提现</span>'
                             }else if (d.type === 10) {
                                 return '<span>充值</span>'
+                            }else if (d.type === 11) {
+                                return '<span>转账</span>'
                             }else if (d.type === 100) {
                                 return '<span>系统拨付</span>'
                             }else{

--
Gitblit v1.9.1