kun 191113 1200
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user