kun 191113 1200

This commit is contained in:
沈学坤
2019-11-13 14:04:38 +08:00
parent 1c832540a5
commit 19da3d8029

View File

@@ -935,6 +935,7 @@ export default {
this.funds === ''
) {
alert('以上内容不可为空!')
return false
} else if (
!regd.test(this.respoophone) ||
!regd.test(this.respocophone)
@@ -950,6 +951,7 @@ export default {
}
} else {
alert('数据出错!')
return false
}
if (this.respoptel !== '' && !regs.test(this.respoptel)) {
@@ -970,7 +972,7 @@ export default {
if (this.proimages === '') {
alert('文件还未上传!')
return
return false
}
this.popupStatus = true
},