zhanghui 1 ano atrás
pai
commit
b66f4b7bc9
1 arquivos alterados com 7 adições e 0 exclusões
  1. 7 0
      pages/index/diy/index_mall.vue

+ 7 - 0
pages/index/diy/index_mall.vue

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