收藏
回答

wx.openLocation 打开 ios蓝屏 定位失败

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug wx.openLocation 微信iOS客户端 7.0718 2.14.1



wx.getLocation({

type: 'gcj02',

success: function (res) {

wx.hideLoading();

wx.openLocation({

latitude: parseFloat(item.longitude),

longitude: parseFloat(item.dimension),

name: item.name,

address: item.address

})

}, fail: function (res) {

wx.hideLoading();

}

})

最后一次编辑于  2021-01-14
回答关注问题邀请回答
收藏

1 个回答

  • 😶
    😶
    2021-01-14

    请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2021-01-14
    有用
    回复
登录 后发表内容
问题标签