|
@@ -848,6 +848,7 @@ export default {
|
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
|
// this.onClickLeft1();
|
|
// this.onClickLeft1();
|
|
|
// this.getposition();
|
|
// this.getposition();
|
|
|
|
|
+ this.onSearch();
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
@@ -1262,8 +1263,7 @@ export default {
|
|
|
that.latmy = location.lat;
|
|
that.latmy = location.lat;
|
|
|
that.lonmy = location.lon;
|
|
that.lonmy = location.lon;
|
|
|
that.mapk.centerAndZoom(new BMap.Point(location.lon, location.lat), 18);
|
|
that.mapk.centerAndZoom(new BMap.Point(location.lon, location.lat), 18);
|
|
|
- this.onSearch();
|
|
|
|
|
- // that.getUserOutPlaList('2');
|
|
|
|
|
|
|
+ that.getUserOutPlaList('2');
|
|
|
// setTimeout(()=>{
|
|
// setTimeout(()=>{
|
|
|
// that.getUserOutPlaList()
|
|
// that.getUserOutPlaList()
|
|
|
// },2000)
|
|
// },2000)
|