微信小程序地址获取,不涉及商业版权获取当前位置信息
获取用户当前小程序设置,判断是否授权,若没有授权,则弹出设置选项让用户进行授权 againGetLocation() { let pages = getCurrentPages() // 当前页面 const that = this wx.getSetting({ success: (res) => { if (res.authSetting['scope.userLocation'] != undefined &am