瀏覽代碼

微信规则问题

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 () {
 	}