From 76706e083e2f5d91b4d3346ffead2e6bce2d09c5 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 15 Aug 2023 17:00:28 +0800
Subject: [PATCH] 后台修改
---
src/main/resources/templates/febs/views/dapp/money-change-flow.html | 7 +++++--
1 files changed, 5 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..773111d 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,9 @@
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'},
}[d.type];
}}
<span class="layui-badge febs-bg-{{type.color}}">{{ type.title }}</span>
@@ -192,8 +195,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