This commit is contained in:
shijingjing
2022-09-30 09:08:50 +08:00
parent 6b9a3db12a
commit 99a81996a1

View File

@@ -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('请选择出行方式')
}