<view class="opApp" >
<button open-type="launchApp" app-parameter="{{merOrderId}}" binderror="launchAppError" bindtap="retApp" >返回App</button>
</view>
launchAppError (e) {
console.log(e.detail.errMsg)
wx.showModal({
title: '提示',
content:e.detail.errMsg
})
}
以上 点击返回App没有反应也没报错
以上是配置信息
微信日志已上传 时间是今天下午三点多吧 微信号 IS_NULL_OR_EMPTY
安卓不行.IOS正常
你好,请参考下对应的安卓文档自查下:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchApp.html