iphone12
iOS 14.6
WeXin 8.07
调试基础库:2.16.1
onSearchTap(e) {
var that = this;
wx.choosePoi({
success: (res1) => {
var that2 = that;
that2.setData({
dialogShow:true,
needUpdateLocation:true,
updateLocation:res1
});
},
fail(res) {
console.log(res);
}
});
},
问题解决了吗,我也遇到了
同样的问题,无人解答吗