gjy 2 년 전
부모
커밋
caf73b194d
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/shortDistance/short_distance_record.vue
  2. 4 0
      pages/shortDistance/short_track_addition.vue

+ 1 - 1
pages/shortDistance/short_distance_record.vue

@@ -130,7 +130,7 @@
 				height: 150,
 				autoHeight: true,
 				
-				infoList:[],
+				// infoList:[],
 
 			}
 		},

+ 4 - 0
pages/shortDistance/short_track_addition.vue

@@ -65,6 +65,10 @@
 				})
 			},
 			startTrack() {
+				if(this.detailData.carNo.length!=7){
+					this.$api.msg('车牌号输入错误!')
+					return
+				}
 				if (this.titleBtn == "开始轨迹") {
 					var that = this
 					uni.showModal({