修改了系统充值的BUG

This commit is contained in:
1215525055@qq.com 2025-04-03 11:49:36 +08:00
parent 4411d8894a
commit 5894608356

View File

@ -434,7 +434,7 @@
} else {
top.layer.open({
type: 2,
title: "用户 <b>" + checkDatas[0].userName + "</b> <b style='color: rgba(255, 127, 80, 0.75)'>" + checkDatas[0].userInfoName+ "</b> 系统充值",
title: "用户 <b>" + checkDatas[0].userName + "</b> <b style='color: rgba(255, 127, 80, 0.75)'>" + checkDatas[0].userInfoName+ "</b> 系统充值<b style='color: rgba(255, 27, 20, 0.75)'>当前余额 " + (checkDatas[0].accountMoney / 100.0) + ' 元</b>】',
closeBtn: 1,
area: ['50%', '50%'],
shadeClose: true,
@ -453,7 +453,7 @@
} else {
top.layer.open({
type: 2,
title: "用户 <b>" + checkDatas[0].userName + "</b> <b style='color: rgba(255, 127, 80, 0.75)'>" + checkDatas[0].userInfoName+ "</b> 充值记录",
title: "用户 <b>" + checkDatas[0].userName + "</b> <b style='color: rgba(255, 127, 80, 0.75)'>" + checkDatas[0].userInfoName+ "</b> 充值记录" ,
closeBtn: 1,
area: ['90%', '90%'],
shadeClose: true,