你可知失败的原因?
iPhoneX中wx.getLocation返回失败?ios版本15.5,微信版本8.0.25,已经开启了微信定位,但是在调用wx.getLocation一直返回失败[图片][图片] 代码片段 获取位置 authPowerSetting是wx.getSetting返回的结果 fetchLocation: async function () { const sysInfo = await wx.getSystemInfoSync(); const locationEnabled = sysInfo['locationEnabled']; wx.getLocation({ type: 'wgs84', success (res) { wx.hideLoading(); if (res.errMsg == "getLocation:ok") { console.log(res) } else { try { if (!locationEnabled) { wx.showToast({ title: '请手动开启手机系统定位功能', icon: 'none', duration: 2000, }); return; } } catch (error) {}; try { let authPowerSetting = _this.data.authPowerSetting; if (!authPowerSetting || !authPowerSetting.getUserLocation) { wx.showToast({ title: '请在小程序右上角“...”-“设置”开起定位功能', icon: 'none', duration: 2000, }); return; } } catch (error) {}; } console.log(res) }, fail(err) { wx.hideLoading(); try { if (!locationEnabled) { wx.showToast({ title: '请手动开启手机系统定位功能', icon: 'none', duration: 2000, }); return; } } catch (error) {}; try { let authPowerSetting = _this.data.authPowerSetting; if (!authPowerSetting || !authPowerSetting.getUserLocation) { wx.showToast({ title: '请在小程序右上角“...”-“设置”开起定位功能', icon: 'none', duration: 2000, }); return; } } catch (error) {}; console.log(err) }, }); }
2022-07-21是 on 不是 use
小程序首页不能分享朋友圈?在小程序首页添加了useShareAppMessage、useShareTimeline的方法,也没有隐藏hidenShareMenu,但为何只有分享好友可以点击,分享朋友圈置灰不可点击?其他页面同样设置了useShareAppMessage、useShareTimeline,都能使用。
2022-07-21找网管呗
电脑登录微信提示网络连接已断开,但是电脑有网怎么解决?[图片]
2022-07-18[图片] permission同级再加个requiredPrivateInfos
uniapp开发小程序审核代码提示wx.getLocation暂未配置在app.json中如何解决?app.json中也设置了permission,之前上传代码没有提示, 今天把地图的type从wgs84改为了gcj02之后审核代码就提示wx.getLocation暂未配置在app.json中
2022-07-18404呢,哥们 [图片]
H5安卓微信分享图片(使用阿里云加速的图片)无法显示,IOS可以显示阿里云图片链接:https://esaas-user-files-staging.eventx.link/orgs/52019d8b-790d-444e-b7d3-c5aff2b05534/medias/7cbd76f9-80c0-4735-9e12-f6ed46e361d4.png cloudflare图片链接:https://esaas-user-files-staging.2vanxcdn.com/orgs/52019d8b-790d-444e-b7d3-c5aff2b05534/medias/7cbd76f9-80c0-4735-9e12-f6ed46e361d4.png [图片]
2022-07-141.检查浏览器是否安装了什么拦截插件 2.换个浏览器试试
无法选择要编辑的文章,也无法编辑,也没有字体等编辑的选项?[图片] 请问这是什么情况?
2022-07-14https://developer.work.weixin.qq.com/document/path/92114
批量获取客户详情时返回的external_userid可以转成微信openid或者unionid吗?批量获取客户详情时返回的external_userid可以转成微信openid或者unionid吗?
2022-07-14小程序内实现导航,可以倒是可以,但是不精确。需要自己通过https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.onLocationChange.html实现,官方并没有提供导航相关接口。没见过在小程序里做导航,如果好实现高德、百度这些大厂早就出相关的小程序了,而不是小程序插件
微信小程序可以实现小程序内部实时导航吗?微信小程序可以实现不调用外部app,在小程序内实现实时导航吗?并且还要拿到导航数据,比如下个路口要左转导航api能返回这个信息吗?
2022-07-09[图片] 0s 改成0.1s
css的animation动画在ios下错乱或不生效如何解决?项目中要做一个背景图来回移动的动画,使用了css的animation写了动画,发现ios上面总是不正常的,安卓却完美运行,百度了很久没有找到解决的办法,只能在社区求助了,代码片段放上了,各路大哥帮帮忙很急 代码片段 https://developers.weixin.qq.com/s/npAKRCmm7nAz
2022-07-09要加配置咯 https://developers.weixin.qq.com/community/develop/doc/000a02f2c5026891650e7f40351c01 [图片]
怎么 wx.chooseLocation api就报错了吗?开发真心累errMsg: "chooseLocation:fail the api need to be declared in…e requiredPrivateInfos field in app.json/ext.json"}(env: Windows,mp,1.06.2206271; lib: 2.25.0
2022-07-05