gjy 2 năm trước cách đây
mục cha
commit
caf73b194d

+ 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({