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