哎呦我去,易洋千玺的优秀的粉丝好多呀~~ 我还以为来微博了呢
上线版本 真机关于获取地址之后保存到本地 再去获取没有找到上线版本 真机关于获取地址之后保存到本地 再去获取没有找到 但是在测试环境中可以找到, //,这是获取时的代码 wx.getLocation({ type: 'gcj02', //返回可以用于wx.openLocation的经纬度 success: function(res) { console.log('获取地理位置!'); console.log(res); // _this.setData({ // 'SerchModule.address': res.address.slice(0, res.address.indexOf('省')+1), // }) qqmapsdk.reverseGeocoder({ location: { latitude: res.latitude, longitude: res.longitude }, success: function(res) { console.log(res); _this.setData({ 'SerchModule.address': res.result.ad_info.district || res.result.ad_info.city }) wx.setStorageSync('MyPosition', res); }, fail: res => { //接口调用失败,提示用户打开定位功能 this.wetoast.toast({ title: '获取定位失败,请打开定位,重新进入!' }); wx.getSetting({ success(res) { if (!res.authSetting['scope.userLocation']) { wx.authorize({ scope: 'scope.userLocation', success(res) { console.log(res); // 用户已经同意小程序使用录音功能,后续调用 wx.startRecord 接口不会弹窗询问 // wx.startRecord() } }) } } }) } }) } }) // 这是找本地保存的数据的代码 MyPosition: wx.getStorageSync('MyPosition'),
2018-11-29你们可以去看这个视频https://classroom.udacity.com/courses/ud666-cn-1/lessons/6fdb867b-ea4d-45f6-b23d-0962ea0abb23/concepts/db4d4b8d-028e-46ba-a9fa-b23284de4d28
已授权,但是wx.getSetting返回异常1、用户点击授权按钮,弹窗点允许(图一图二),图四可以看到授权成功,按钮的e.detail.uaseInfo信息正常 2、调用后台接口前,通过wx.getSetting判断用户是否已授权(图三),图四可以看出, 返回值res.authSetting['scope.userInfo']异常 注:一般情况下,异常如上步骤所述。有一次异常为,1、2步骤正常,但是过了一两分钟之后,wx.getSetting又返回异常(在此期间,没有退出小程序,也没有修改设置,只在不同页面之间切换浏览) [图片] [图片] [图片] [图片]
2018-11-20[图片]我的也是呢
appLaunch with an already exist webvi...VM160:1 appLaunch with an already exist webviewId 2报错,网上搜了一下,没找到什么相关问题,有人知道是什么问题吗? [图片]
2018-11-15