小程序按钮跳转回安卓有问题
<button open-type=‘launchApp’ app-parameter=“wechat” class=‘viewclass’
binderror=“launchAppError”>返回APP</button>
用的按钮 主动点击后 小程序会闪一下 然后 界面还在那 并没有返回到APP 小程序本身是APP直接请求过来的 请问大师们 这是啥原因?
launchAppError: function (e) {
console.log(e.detail.errMsg);
wx.showModal({
title: ‘title’,
content: e.detail.errMsg,
})
},
这个也没弹出来