From a4b8bc1b7d84d6c68dbd70d8cb654023825c43ce Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Thu, 25 Aug 2022 14:59:55 +0800
Subject: [PATCH] fix

---
 src/main/resources/templates/febs/views/dapp/money-change-flow.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/dapp/money-change-flow.html b/src/main/resources/templates/febs/views/dapp/money-change-flow.html
index d5c9c36..de7ecbb 100644
--- a/src/main/resources/templates/febs/views/dapp/money-change-flow.html
+++ b/src/main/resources/templates/febs/views/dapp/money-change-flow.html
@@ -20,6 +20,7 @@
                                                 <option value="1">兑换</option>
                                                 <option value="2">提现</option>
                                                 <option value="3">采矿</option>
+                                                <option value="4">代理返利</option>
                                             </select>
                                         </div>
                                     </div>
@@ -71,7 +72,8 @@
     var type = {
     1: {title: '兑换'},
     2: {title: '提现'},
-    3: {title: '采矿'}
+    3: {title: '采矿'},
+    4: {title: '代理返利'}
     }[d.type];
     }}
     <span>{{ type.title }}</span>

--
Gitblit v1.9.1