From 4bcedc984948c3c757d6b155e019174ef2fe9a0a Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Fri, 14 Jun 2024 14:41:17 +0800
Subject: [PATCH] 星级矩阵

---
 src/main/resources/templates/febs/views/dapp/member-withdraw.html |   22 +---------------------
 1 files changed, 1 insertions(+), 21 deletions(-)

diff --git a/src/main/resources/templates/febs/views/dapp/member-withdraw.html b/src/main/resources/templates/febs/views/dapp/member-withdraw.html
index c51eb9b..109385a 100644
--- a/src/main/resources/templates/febs/views/dapp/member-withdraw.html
+++ b/src/main/resources/templates/febs/views/dapp/member-withdraw.html
@@ -56,10 +56,6 @@
     }}
     <span>{{ status.title }}</span>
 </script>
-<script type="text/html" id="balance">
-    <span name="balance">{{ d.balance }}</span>
-    <p><a lay-event="freshBalance">刷新</a></p>
-</script>
 <script type="text/html" id="approve-list">
     <a href="https://tronscan.io/#/address/{{d.address}}" target="_blank">1</a>
 </script>
@@ -105,22 +101,6 @@
                     changeStatus("flow/withdrawDisAgree/" + data.id);
                 });
             }
-
-
-            var rowIndex =  $(obj.tr).attr("data-index");
-            var balance =  $(obj.tr).find("[name='balance']");
-            if (layEvent === 'freshBalance') {
-                $.ajax({
-                    url : ctx + 'member/getBalanceByAddress/' + obj.data.address,
-                    type : 'get',
-                    async : true,
-                    success : function(data) {
-                        if (data.data) {
-                            balance.text(123);
-                        }
-                    }
-                });
-            }
         });
 
         table.on('sort(withdrawTable)', function (obj) {
@@ -148,7 +128,7 @@
             tableIns = febs.table.init({
                 elem: $view.find('table'),
                 id: 'withdrawTable',
-                url: ctx + 'flow/fundFlow?type=2',
+                url: ctx + 'flow/fundFlow?type=21',
                 cols: [[
                     {field: 'address', title: '地址', minWidth: 130},
                     {field: 'createTime', title: '创建时间', minWidth: 180},

--
Gitblit v1.9.1