From 59e72b77145e288cd6822284604804918ad8cf87 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Mon, 17 Jun 2024 10:20:49 +0800 Subject: [PATCH] 节点限购200个 --- src/main/resources/templates/febs/views/dapp/member-withdraw.html | 2 +- 1 files changed, 1 insertions(+), 1 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 a780080..109385a 100644 --- a/src/main/resources/templates/febs/views/dapp/member-withdraw.html +++ b/src/main/resources/templates/febs/views/dapp/member-withdraw.html @@ -128,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