This commit is contained in:
shijingjing
2022-10-09 09:17:21 +08:00
parent 4c1ae89e11
commit 1dcb4f496d

View File

@@ -633,8 +633,8 @@ export default {
this.form.companionList = []
} else {
if(this.form.companionCount > 50) {
return this.$u.toast('同行人数最多可填写50人。')
if(this.form.companionCount > 100) {
return this.$u.toast('同行人数最多可填写100人。')
}
if(this.people.length != this.form.companionCount) {