From 57c12d09f1478036f659a718c81a18f7875aeccb Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 26 May 2023 15:10:47 +0800
Subject: [PATCH] twoCoin项目修改
---
src/main/resources/templates/febs/views/dapp/money-change-flow.html | 8 ++++----
1 files changed, 4 insertions(+), 4 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 acd4e2a..18fbf71 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
@@ -28,8 +28,8 @@
<select name="type">
<option value=""></option>
<option value="1">购买节点</option>
- <option value="3">直推收益</option>
- <option value="4">收益</option>
+ <option value="2">直推收益</option>
+ <option value="3">收益</option>
</select>
</div>
</div>
@@ -55,8 +55,8 @@
{{#
var type = {
1: {title: '购买节点', color: 'orange'},
- 3: {title: '直推收益', color: 'green'},
- 4: {title: '收益', color: 'blue'},
+ 2: {title: '直推收益', color: 'green'},
+ 3: {title: '收益', color: 'blue'},
}[d.type];
}}
<span class="layui-badge febs-bg-{{type.color}}">{{ type.title }}</span>
--
Gitblit v1.9.1