修改了系统充值的BUG
This commit is contained in:
parent
4411d8894a
commit
5894608356
@ -434,7 +434,7 @@
|
|||||||
} else {
|
} else {
|
||||||
top.layer.open({
|
top.layer.open({
|
||||||
type: 2,
|
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,
|
closeBtn: 1,
|
||||||
area: ['50%', '50%'],
|
area: ['50%', '50%'],
|
||||||
shadeClose: true,
|
shadeClose: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user