|
@ -373,6 +373,10 @@ |
|
|
uni.showToast({title: "请输入工作年限",icon: 'none'}) |
|
|
uni.showToast({title: "请输入工作年限",icon: 'none'}) |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
|
|
|
if (!this.IsNumber(this.info.duration)) { |
|
|
|
|
|
uni.showToast({title: "请输入正确的工作年限",icon: 'none'}) |
|
|
|
|
|
return; |
|
|
|
|
|
} |
|
|
if (!this.info.lingo_ids || this.info.lingo_idsFileList.length<=0) { |
|
|
if (!this.info.lingo_ids || this.info.lingo_idsFileList.length<=0) { |
|
|
uni.showToast({title: "请选择语言能力并上传证明材料",icon: 'none'}) |
|
|
uni.showToast({title: "请选择语言能力并上传证明材料",icon: 'none'}) |
|
|
return; |
|
|
return; |
|
|