@@ -105,8 +105,8 @@
},
methods: {
coordinate(item){
- this.nowLocation.latitude = item.latitude
- this.nowLocation.longitude = item.longitude
+ // this.nowLocation.latitude = item.latitude
+ // this.nowLocation.longitude = item.longitude
this.getList()
getList(val) {
@@ -370,7 +370,8 @@
}
.left {
flex-direction: row;
- flex:2;
+ flex:3;
+
.left-img {