Browse Source

微信规则问题

xiaohaizhao 1 year ago
parent
commit
73ed6828f1
1 changed files with 2 additions and 0 deletions
  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 () {
 	}