问题模块 框架类型 问题类型 操作系统 操作系统版本 手机型号 微信版本
客户端 微信小程序 Bug iOS 11.3.1 iphone6s 6.6.6
ios App 上传图片到服务器,图片在ios的微信小程序上图片会翻转90度、180度,浏览器和Android上市正常显示的
照片是这样的
微信小程序展示的是这样的
代码:
{{curPage}}/{{imageList.length}}
.car-img-swiper{
position:relative;
display: flex;
flex-direction: column;
width:auto;
height:560rpx;
background: black;
}
.car-img-swiper-count{
position: absolute;
right: 0;
bottom: 0;
margin-right: 30rpx;
margin-bottom: 15rpx;
color: white;
}
swiper{
width:100%;
height: 100%;
display: flex;
background-color: black;
}
.car-img-swiper-car-img{
width:100%;
height: 100%;
background-color: black;
}
微信小程序开发问题解答
微信小程序开发者回答:
你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
微信小程序开发者回答:
我发了呀,
微信小程序开发者回答:
按照代码片段的文档来分享出能复现问题的代码片段链接
本文网址:http://www.91bianli.com/weixinxiaochengxu/50385.html