修改提示

This commit is contained in:
shijingjing
2022-09-28 10:17:31 +08:00
parent 5213d622a4
commit dcebdbe334

View File

@@ -594,10 +594,10 @@ export default {
this.form.companionList = []
} else {
if(this.people.length != this.form.companionCount) {
return this.$u.toast('请输入完整的同行人信息')
return this.$u.toast('请输入正确的同行人信息')
} else {
if(this.people.some(val=> (val.name=='') || (val.phone=='')) ) {
return this.$u.toast('请输入完整的同行人信息')
return this.$u.toast('请输入完整的同行人信息2')
} else {
this.form.companionList = this.people
}