From 5894608356552bf14695c2398dbaee2eabb28b3c Mon Sep 17 00:00:00 2001 From: "1215525055@qq.com" <1215525055@qq.com> Date: Thu, 3 Apr 2025 11:49:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=85=85=E5=80=BC=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/user/info/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/user/info/list.html b/src/main/resources/templates/user/info/list.html index ffd48e6..b9177cb 100644 --- a/src/main/resources/templates/user/info/list.html +++ b/src/main/resources/templates/user/info/list.html @@ -434,7 +434,7 @@ } else { top.layer.open({ type: 2, - title: "用户 " + checkDatas[0].userName + " " + checkDatas[0].userInfoName+ " 系统充值", + title: "用户 " + checkDatas[0].userName + " " + checkDatas[0].userInfoName+ " 系统充值【当前余额 " + (checkDatas[0].accountMoney / 100.0) + ' 元】', closeBtn: 1, area: ['50%', '50%'], shadeClose: true, @@ -453,7 +453,7 @@ } else { top.layer.open({ type: 2, - title: "用户 " + checkDatas[0].userName + " " + checkDatas[0].userInfoName+ " 充值记录", + title: "用户 " + checkDatas[0].userName + " " + checkDatas[0].userInfoName+ " 充值记录" , closeBtn: 1, area: ['90%', '90%'], shadeClose: true,