From 068b277fe6e9fb588adf5118799db9198e1d5249 Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Thu, 10 Dec 2020 20:12:19 +0800 Subject: [PATCH] modify --- src/main/resources/templates/febs/views/modules/member/withdrawCoin.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html b/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html index c339f6d..20647e5 100644 --- a/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html +++ b/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html @@ -97,7 +97,7 @@ // 初始化表格操作栏各个按钮功能 table.on('tool(userTable)', function (obj) { - $query.click(); + // $query.click(); var data = obj.data, layEvent = obj.event; if (layEvent === 'confirm') { -- Gitblit v1.9.1