1、Android手机可以正常显示所有小程序页面
①页面中----第三方服务器链接的页面http导图可以正常显示
② 页面中----wx.request第三方服务器的https数据可以正常提取
2、ios手机不能显示小程序所有页面
①页面中----第三方服务器链接的http导图可以正常显示
②页面中----wx.request第三方服务器的https数据无法提取
1、由于微信小程序的第三方服务器链接的图片都可以正常显示
2、明确问题,应该是ios在wx.request对接中受到限制
判断是SSL证书有问题,但证书状态完全正常,小程序后台的安全域名也添加的没问题,最后解决办法是:换了一家SSL证书,并重启Nginx
参考链接:https://blog.csdn.net/lily_YourSun/article/details/90719991
https://blog.csdn.net/zxh1220/article/details/82725543?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.nonecase&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.nonecase
https://developers.weixin.qq.com/community/develop/doc/da6f40cfc4a93327804e3a97c83aa7e7?_at=1565133738599
重启nginx有关问题的参考链接:
https://www.cnblogs.com/codingcloud/p/5095066.html
https://www.jianshu.com/p/165c5672414b