通过APP拉起微信小程序支付之后在支付完成需要关闭小程序并返回APP,但是代码片段中只能在Android实现关闭小程序并返回APP,iOS不生效,仅关闭小程序。如果在按钮的bindtap使用了 wx.exitMiniProgram 同样也是关闭小程序但不返回APP
<navigator target="miniProgram" open-type="exit">
<button bindtap="outpop" type="default" open-type="launchApp" binderror="launchAppError" app-parameter="返回数据">返回APP</button>
</navigator>
API用错了,用这个https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchApp.html