小程序在ios手机上无法正常跳转
//检查身份证信息 wx.navigateToMiniProgram({ appId: 'wx3aae487778c7b6ce' , path: 'pages/index/index?idCardNumber=' + data.identityNo + '&name=' + data.name, envVersion: 'trial' , complete: function (res) { if (res.errMsg === "navigateToMiniProgram:fail cancel" ) that.setData({ button: { disabled: false , loading: false } }); } }) |
小程序跳转到另一个程序时,看到界面跳转后马上消失了,无法看到跳转过去的小程序的界面。在android和iphone6上测试没有问题。
1 回复
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)