wx.openLocation 有时候不能缩放,有时候又可以 我没改代码
wx.openLocation 有时候不能缩放,有时候又可以 我没改代码
demo.geocoder({
address: this.data.position,
success: res => {
wx.openLocation({ //使用微信内置地图查看位置
latitude: res.result.location.lat,
longitude: res.result.location.lng,
scale: 16
})
},