修改了系统充值的BUG
This commit is contained in:
parent
4411d8894a
commit
5894608356
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user