Commit f2631e2d authored by xxx's avatar xxx

1

parent 1d7da969
......@@ -8,7 +8,7 @@
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<script src="https://cdn.bootcss.com/eruda/1.5.8/eruda.min.js"></script>
<script>
eruda.init();
//eruda.init();
</script>
<!-- <title><%= htmlWebpackPlugin.options.title %></title> -->
......
......@@ -72,8 +72,11 @@ export default {
this.getCookie();
},
mounted() {
//两种方法相互冲突,每次只需要一种,并且获取的id不一样
//app获取设备号方法
this.appGetDeviceId();
//5+app获取OAID方法
// if (window.plus) {
// this.plusReady();
......
......@@ -398,7 +398,6 @@ export default {
let LoaObj1xy = {};
//判断该车是否在行驶状态
let drivingDistance = that.getDistanceIndex(that.navigatorXY.y,that.navigatorXY.x,position.coords.latitude,position.coords.longitude);
console.log('drivingDistance',drivingDistance);
if(drivingDistance <= 30 || drivingDistance >= 10000){
that.leftBtnDisable = true;
}else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment