diff --git a/pages/index/index.vue b/pages/index/index.vue index 597c99c..34dbf44 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -356,6 +356,20 @@ }) } }) + // uni.getLocation({ + // type: 'wgs84', + // success: (res) => { + + // }, + // fail: (err) => { + // console.error('获取位置失败:', err); + // uni.showToast({ + // title: '获取位置失败', + // icon: 'none', + // duration:2000 + // }) + // } + // }) // 请求个人信息 this.getinfo() // 一进来每分钟发一次上传信息命令