bug
This commit is contained in:
@@ -418,7 +418,9 @@ export default {
|
||||
},
|
||||
'form.companionCount': {
|
||||
handler(e) {
|
||||
|
||||
if(e > 50) {
|
||||
this.$u.toast('超过50人啦')
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -583,7 +585,7 @@ export default {
|
||||
// return this.$toast('请输入出发地址')
|
||||
// }
|
||||
|
||||
if (!this.travelType) {
|
||||
if (!this.travelType.length) {
|
||||
return this.$toast('请选择出行方式')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user