This commit is contained in:
shijingjing
2022-11-24 17:55:32 +08:00
parent e5d42a0d5f
commit e4ce1885f8

View File

@@ -571,7 +571,7 @@ export default {
// }
if (!this.startAreaId) {
return this.$toast('请选择出发地')
return this.$toast('请选择从哪来')
}
if (this.startAreaId.substr(4,this.startAreaId.length - 4) === '00000000') {
@@ -595,7 +595,7 @@ export default {
// }
if (!this.form.arriveAreaName) {
return this.$toast('请选择目的地')
return this.$toast('请选择到哪去')
}
if (this.form.arriveAreaId.substr(this.form.arriveAreaId.length - 3, 3) === '000') {