image 动态改变图片宽度高度bug 6s plus
<image src=‘http://118.26.64.170/public/images/huabei/icon\_03.png’ style=‘width:{{width}};height:{{height}}’>image>
Page({
onLoad: function () {
this.setData({
width: “828rpx”,
height:“500rpx”
})
}
})
苹果6 没问题,其他尺寸的手机均有问题
