@@ -195,6 +195,12 @@ export default {
},
updated () {
+ },
+ onShow(){
+ if (this.markers[0].label.content){
+ this.getCurrentLocation()
+ }
+
watch: {
// isLogin: {
@@ -250,6 +256,7 @@ export default {
})
}
});