用户信息查询-保存-错误提醒

This commit is contained in:
khalil
2024-12-11 15:11:46 +08:00
parent 8c06877c67
commit 47a67f4718
2 changed files with 2 additions and 2 deletions

View File

@@ -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');
}
}

View File

@@ -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');
}
}