场景1: 可以正常返回app
1、微信sdk wechat-sdk-android-with-mta:5.3.1
2、android sdk 26
andriod可以正常拉起微信小程序、微信小程序可以返回 app
3、小程序返回按钮 <button class="tips" open-type="launchApp" app-parameter="wechat-fail" binderror="launchAppError">关闭</button>
场景2:微信小程序不能返回app
1、微信sdk wechat-sdk-android-with-mta:5.3.1
2、android sdk 31
andriod可以正常拉起微信小程序、微信小程序不能返回 app
3、小程序返回按钮 <button class="tips" open-type="launchApp" app-parameter="wechat-fail" binderror="launchAppError">关闭</button>
场景2 如果才能返回app?