Commit d6388964 authored by ZJG's avatar ZJG

1

parent af0ab39e
...@@ -64,6 +64,8 @@ ...@@ -64,6 +64,8 @@
}) })
this.markers = []; this.markers = [];
if(this.details.type == 1){ if(this.details.type == 1){
// this.src_latitude = ((Number((this.upcar[0].Lonlat.split(',')[1])) + Number(this.upcar[this.upcar.length-1].Lonlat.split(',')[1]) )/2).toString();
// this.src_longitude = ((Number((this.upcar[0].Lonlat.split(',')[0])) + Number(this.upcar[this.upcar.length-1].Lonlat.split(',')[0]) )/2).toString();;
this.src_latitude = this.upcar[0].Lonlat.split(',')[1]; this.src_latitude = this.upcar[0].Lonlat.split(',')[1];
this.src_longitude = this.upcar[0].Lonlat.split(',')[0]; this.src_longitude = this.upcar[0].Lonlat.split(',')[0];
this.upcar.map(x=>{ this.upcar.map(x=>{
...@@ -124,6 +126,7 @@ ...@@ -124,6 +126,7 @@
background: #FFF; background: #FFF;
border-radius: 10px 10px 0px 0px; border-radius: 10px 10px 0px 0px;
padding: 10px 15px; padding: 10px 15px;
overflow-y: auto;
} }
.liststyle-item{ .liststyle-item{
padding: 5px 0; padding: 5px 0;
......
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