|
@@ -588,7 +588,7 @@ export default {
|
|
|
*/
|
|
*/
|
|
|
submitCard() {
|
|
submitCard() {
|
|
|
let that = this;
|
|
let that = this;
|
|
|
- if (!this.avatar) return req.msg('请上传头像');
|
|
|
|
|
|
|
+ if (!this.avatar) return req.msg('请上传名片页背景');
|
|
|
if (!this.realName) return req.msg('请填写你的真实姓名');
|
|
if (!this.realName) return req.msg('请填写你的真实姓名');
|
|
|
if (!this.jobNumber) return req.msg('请填写你的工号');
|
|
if (!this.jobNumber) return req.msg('请填写你的工号');
|
|
|
if (!this.brief) return req.msg('请填写个人简介');
|
|
if (!this.brief) return req.msg('请填写个人简介');
|