获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
求官方解答
wx.openAddress提示不可用- 当前 Bug 的表现(可附上截图) [图片] - 预期表现 wx.config({ debug: true, appId: "${config.appid}", timestamp: ${config.currenttimestamp}, nonceStr: "${config.nonceStr}", signature: "${config.signatureStr}", jsApiList: [ 'checkJsApi','openAddress','chooseWXPay'] }); wx.ready(function () { wx.checkJsApi({ jsApiList: [ 'openAddress', ], success: function (res) { alert(JSON.stringify(res)); } }); }); - 复现路径 - 提供一个最简复现 Demo
2020-03-13