Explorar o código

微信规则问题

xiaohaizhao hai 1 ano
pai
achega
73ed6828f1
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 () {
 	}