100人
This commit is contained in:
@@ -633,8 +633,8 @@ export default {
|
|||||||
this.form.companionList = []
|
this.form.companionList = []
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
if(this.form.companionCount > 50) {
|
if(this.form.companionCount > 100) {
|
||||||
return this.$u.toast('同行人数最多可填写50人。')
|
return this.$u.toast('同行人数最多可填写100人。')
|
||||||
}
|
}
|
||||||
|
|
||||||
if(this.people.length != this.form.companionCount) {
|
if(this.people.length != this.form.companionCount) {
|
||||||
|
|||||||
Reference in New Issue
Block a user