wx.chooseLocation({
// longitude: this.data.store.longitude,
// latitude: this.data.store.latitude,
success: (re) => {
console.log('chooseLocation', re)
}
})
开发版,开发者工具无法选择位置,出现如图所示情况。
框架类型 | 问题类型 | 操作系统 | 工具版本 |
---|---|---|---|
小程序 | Bug | macOS | 1.06.2307252 |
1 个回答
这边正在排查