获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
已解决,就在本页面调用这个方法就可以了,不需要新的页面,不要跳页,就不用返回两次
wx.openLocation点击自带的返回键2次才能退出?wx.config({ debug: false, appId: xx, timestamp:res.data.timestamp , nonceStr: res.data.nonceStr, signature: res.data.signature, jsApiList: ["openLocation"] }); wx.ready(function () { wx.openLocation({ longitude: parseFloat(params.longitude), latitude:parseFloat(params.latitude), name: params.name, address: params.address }) }); wx.error(function(res){ console.log("err:"+res); });
2021-07-01