- 当前 Bug 的表现(可附上截图)
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
前提【关闭手机对微信的地理位置授权后(或者关闭手机gps)】, const res = wx.getSystemInfoSync()获取系统信息后,res.locationEnabled返回值在安卓显示true,ios显示false,这个是个bug吗?
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | wx.getSystemInfoSync | 客户端 | version 7.0.5 | 4.0.0 |
3 个回答
麻烦在手机微信那里上传下日志: 我->设置->帮助与反馈右上角有个上报日志的入口,麻烦提供一下微信号,时间点
<
view
style
=
"margin-top:200rpx;"
>
测试+{{test}}
</
view
>
const res = wx.getSystemInfoSync()
var
result = res.locationAuthorized
this
.setData({
test: result
})