From 0c19b95cac1bed28ea09d6edbc8d14f4d9cdd474 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 16 Aug 2023 16:20:34 +0800
Subject: [PATCH] 后台修改
---
src/main/resources/templates/febs/views/dapp/money-change-flow.html | 8 ++++++--
1 files changed, 6 insertions(+), 2 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 4d06370..bac63bf 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
@@ -117,6 +117,10 @@
35: {title: '全网分红V5', color: 'green'},
36: {title: '全网分红V6', color: 'green'},
37: {title: '全网分红V7', color: 'green'},
+ 39: {title: '充值', color: 'green'},
+ 40: {title: '提现', color: 'green'},
+ 41: {title: '系统回购', color: 'green'},
+ 42: {title: '获得通证', color: 'green'},
}[d.type];
}}
<span class="layui-badge febs-bg-{{type.color}}">{{ type.title }}</span>
@@ -192,8 +196,8 @@
function getQueryParams() {
return {
address: $searchForm.find('input[name="address"]').val().trim(),
- fromHash: $searchForm.find('input[name="fromHash"]').val().trim(),
- type: $searchForm.find("select[name='type']").val()
+ // fromHash: $searchForm.find('input[name="fromHash"]').val().trim(),
+ // type: $searchForm.find("select[name='type']").val()
};
}
--
Gitblit v1.9.1