提示
This commit is contained in:
		@@ -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') {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user