优化提示
This commit is contained in:
parent
5368651639
commit
fadb49352a
@ -320,7 +320,7 @@
|
|||||||
let first_name = obj.data['account'].split(' ');
|
let first_name = obj.data['account'].split(' ');
|
||||||
console.log(first_name)
|
console.log(first_name)
|
||||||
let new_password = first_name[0].trim() + '001';
|
let new_password = first_name[0].trim() + '001';
|
||||||
layer.confirm("确定重置密码?重置后新密码格式为【Ben001】", {
|
layer.confirm("确定重置密码?重置后新密码格式为【"+new_password+"】", {
|
||||||
icon: 3,
|
icon: 3,
|
||||||
title: "提示"
|
title: "提示"
|
||||||
}, function(index) {
|
}, function(index) {
|
||||||
|
@ -340,7 +340,7 @@
|
|||||||
let first_name = obj.data['account'].split(' ');
|
let first_name = obj.data['account'].split(' ');
|
||||||
console.log(first_name)
|
console.log(first_name)
|
||||||
let new_password = first_name[0].trim() + '001';
|
let new_password = first_name[0].trim() + '001';
|
||||||
layer.confirm("确定充值密码?重置后新密码为【" + new_password + "】", {
|
layer.confirm("确定重置密码?重置后新密码为【" + new_password + "】", {
|
||||||
icon: 3,
|
icon: 3,
|
||||||
title: "提示"
|
title: "提示"
|
||||||
}, function (index) {
|
}, function (index) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user