From 88f47d08731aaa5cbaeae0ae2a9be55fb7f8833a Mon Sep 17 00:00:00 2001 From: caolc <572275724@qq.com> Date: Mon, 25 Apr 2022 17:08:33 +0800 Subject: [PATCH] 111 --- pages/index/index.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pages/index/index.vue b/pages/index/index.vue index e9c5e6d..f539c5d 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -129,8 +129,21 @@ this.longiCheck() // //console.log('++++++++') //console.log('这里是传值处menus',this.menusList) + this.getPosition() }, methods: { + getPosition(){ + let that = this + uni.getLocation({ + type: 'gcj02', + success: function(res) { + uni.setStorage({ + key:'location', + data:res + }) + } + }); + }, changMenus(data){ //console.log('这里是获取子级数据的地方+++++',data) this.menusList =data