可以跳转微信小程序,但是获取不到返回APP的回调
<button open-type="launchApp" :app-parameter="JSON.stringify({payType:payType,orderNo:orderNo})" :binderror="launchAppError">返回APP</button>
按钮点击后
-(void) onResp:(BaseResp*)resp
onResp没有任何回应,而同一个项目微信登录,微信分享可以收到onResp回调
请给予解决方案