From 06d334585a2174726e3574ea939e10beec620bae Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Sat, 02 Apr 2022 17:55:39 +0800
Subject: [PATCH] fix some bug and problem and add agent return
---
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