From 86c9e2f51f0b8b0fb1a6ee4b6d6a703878ad53e8 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 11 Aug 2023 16:56:24 +0800
Subject: [PATCH] 数据修改
---
src/main/resources/templates/febs/views/dapp/money-change-flow.html | 31 +++++++++++++++++--------------
1 files changed, 17 insertions(+), 14 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 a8bc34c..14674c2 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
@@ -93,27 +93,30 @@
11: {title: '团队静态收益V5', color: 'green'},
12: {title: '团队静态收益V6', color: 'blue'},
13: {title: '团队静态收益V7', color: 'orange'},
- 14: {title: '共享区加速V1', color: 'green'},
- 15: {title: '共享区加速V2', color: 'blue'},
- 16: {title: '共享区加速V3', color: 'orange'},
- 17: {title: '共享区加速V4', color: 'green'},
- 18: {title: '共享区加速V5', color: 'blue'},
- 19: {title: '共享区加速V6', color: 'orange'},
- 20: {title: '共享区加速V7', color: 'green'},
+ 14: {title: '共享加速V1', color: 'green'},
+ 15: {title: '共享加速V2', color: 'blue'},
+ 16: {title: '共享加速V3', color: 'orange'},
+ 17: {title: '共享加速V4', color: 'green'},
+ 18: {title: '共享加速V5', color: 'blue'},
+ 19: {title: '共享加速V6', color: 'orange'},
+ 20: {title: '共享加速V7', color: 'green'},
21: {title: '实际减少赠送积分', color: 'blue'},
22: {title: '实际增加余额', color: 'orange'},
23: {title: '卖出资产', color: 'green'},
24: {title: '卖出资产获得余额', color: 'blue'},
25: {title: '卖出资产手续费', color: 'orange'},
26: {title: '每日获取金额(前端提示记录)', color: 'orange'},
- 27: {title: '系统操作余额', color: 'green'},
- 28: {title: '系统操作赠送积分', color: 'blue'},
- 29: {title: '系统操作资产包', color: 'orange'},
+ 27: {title: '系统拨付余额', color: 'green'},
+ 28: {title: '系统拨付赠送积分', color: 'blue'},
+ 29: {title: '系统拨付资产包', color: 'orange'},
30: {title: '新增业绩', color: 'green'},
- 31: {title: 'AUSDT互转', color: 'blue'},
- 32: {title: 'ANDAO互转', color: 'orange'},
- 33: {title: '权益额度增加', color: 'green'},
- 34: {title: '进入提现池', color: 'green'},
+ 31: {title: '全网分红V1', color: 'green'},
+ 32: {title: '全网分红V2', color: 'green'},
+ 33: {title: '全网分红V3', color: 'green'},
+ 34: {title: '全网分红V4', color: 'green'},
+ 35: {title: '全网分红V5', color: 'green'},
+ 36: {title: '全网分红V6', color: 'green'},
+ 37: {title: '全网分红V7', color: 'green'},
}[d.type];
}}
<span class="layui-badge febs-bg-{{type.color}}">{{ type.title }}</span>
--
Gitblit v1.9.1