收藏
回答

APP打开微信小程序,返回APP无回调问题

https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Launching_a_Mini_Program/iOS_Development_example.html

可以跳转微信小程序,但是获取不到返回APP的回调

<button open-type="launchApp" :app-parameter="JSON.stringify({payType:payType,orderNo:orderNo})" :binderror="launchAppError">返回APP</button>

按钮点击后

-(void) onResp:(BaseResp*)resp

onResp没有任何回应,而同一个项目微信登录,微信分享可以收到onResp回调

请给予解决方案


回答关注问题邀请回答
收藏
登录 后发表内容