xiaohaizhao пре 1 година
родитељ
комит
73ed6828f1
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      App.vue

+ 2 - 0
App.vue

@@ -6,9 +6,11 @@ export default {
 		tool.mount();
 	},
 	onShow: function () {
+		/** 
 		this.getLocation().then(res => {
 			uni.setStorageSync("location", res)
 		})
+		**/
 	},
 	onHide: function () {
 	}