From 5b69aded08ce74094cf188d52ceea992bc493bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8A=80=E6=9C=AF=E8=80=81=E8=83=A1?= <1094551889@qq.com> Date: Tue, 3 Jun 2025 11:41:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=BA=9B=E4=BA=A4?= =?UTF-8?q?=E4=BA=92=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/index/index.html | 6 +++--- view/pay_manage/index.html | 13 ++++++++++++- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/view/index/index.html b/view/index/index.html index 2db439a..d281088 100644 --- a/view/index/index.html +++ b/view/index/index.html @@ -113,7 +113,7 @@
  • 登录
  • -
  • 注册
  • + @@ -127,7 +127,7 @@

    码支付 [ˈheɪloʊ]

    -

    源支付,扫码支付,免签支付,聚合支付,码支付免签约,聚合支付平台。

    +

    基于易支付接口开发的免签收款工具,方便个人在线收款。

    | 湘ICP备2023031541号-2 + target="_blank" rel="noreferrer nofollow">湘ICP备********号

    diff --git a/view/pay_manage/index.html b/view/pay_manage/index.html index 2551f5f..8655eaa 100644 --- a/view/pay_manage/index.html +++ b/view/pay_manage/index.html @@ -250,7 +250,7 @@ account.channelList(id); break; case 3: - alert('收款统计'); + account.tradeList(id); break; case 4: account.orderList(id); @@ -270,6 +270,17 @@ content: `/PayManage/editAccount?id=${id}`, }); } + // 收款统计 + account.tradeList = function (aid) { + // 先尝试关闭已存在的标签 + if (parent.layui.tab) { + parent.layui.tab.delTabByElem('content', 'payStatistics'); + } + // 重新打开标签 + parent.layui.tab.addTabOnlyByElem('content', + { id: 'payStatistics', title: '收款统计', url: `/PayManage/payStatistics`, close: true } + ) + } // 终端列表 account.orderList = function (aid) { // 先尝试关闭已存在的标签