最多可填写50人。
This commit is contained in:
@@ -632,7 +632,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
|
|
||||||
if(this.form.companionCount > 50) {
|
if(this.form.companionCount > 50) {
|
||||||
return this.$u.toast('请输入低于50人的通行人数')
|
return this.$u.toast('同行人数最多可填写50人。')
|
||||||
}
|
}
|
||||||
|
|
||||||
if(this.people.length != this.form.companionCount) {
|
if(this.people.length != this.form.companionCount) {
|
||||||
|
|||||||
Reference in New Issue
Block a user