用户信息查询-保存-错误提醒
This commit is contained in:
@@ -436,7 +436,7 @@ export default {
|
||||
$("#tipMsg").text("保存失败,错误码:" + res.code + ",该手机号已被占用");
|
||||
$("#tipModal").modal('show');
|
||||
} else {
|
||||
$("#tipMsg").text("保存失败,错误码:" + res.code);
|
||||
$("#tipMsg").text("保存失败," + res.message);
|
||||
$("#tipModal").modal('show');
|
||||
}
|
||||
}
|
||||
|
@@ -819,7 +819,7 @@ export default {
|
||||
$("#tipMsg").text("保存失败,错误码:" + res.code + ",该手机号已被占用");
|
||||
$("#tipModal").modal('show');
|
||||
} else {
|
||||
$("#tipMsg").text("保存失败,错误码:" + res.code);
|
||||
$("#tipMsg").text("保存失败," + res.message);
|
||||
$("#tipModal").modal('show');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user