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