From 2f4dd0b0ba57cc66f2e2d0df7bbbf6cbfe9ba8c7 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 23 Aug 2023 14:06:23 +0800
Subject: [PATCH] 后台修改
---
src/main/resources/templates/febs/views/dapp/money-change-flow.html | 8 ++++++++
1 files changed, 8 insertions(+), 0 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 05b343c..ee119e3 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
@@ -67,6 +67,10 @@
<option value="40">提现</option>
<option value="41">系统回购</option>
<option value="42">获得通证</option>
+ <option value="43">支付入底池</option>
+ <option value="44">提现入底池</option>
+ <option value="45">用户售卖入底池</option>
+ <option value="46">系统售卖入底池</option>
</select>
</div>
</div>
@@ -132,6 +136,10 @@
40: {title: '提现', color: 'green'},
41: {title: '系统回购', color: 'green'},
42: {title: '获得通证', color: 'green'},
+ 43: {title: '支付入底池', color: 'green'},
+ 44: {title: '提现入底池', color: 'green'},
+ 45: {title: '用户售卖入底池', color: 'green'},
+ 46: {title: '系统售卖入底池', color: 'green'},
}[d.type];
}}
<span class="layui-badge febs-bg-{{type.color}}">{{ type.title }}</span>
--
Gitblit v1.9.1