当前位置:   article > 正文

小程序 查看图片自身宽高_小程序判断图片高宽

小程序判断图片高宽

((index) => {

wx.getImageInfo({

src: res.data.records[index].activityImg,

}).then((res1) => {

const { width, height } = res1;

console.log(width);

console.log(height);

let newWidth = ''

let newHeight = ''

newHeight = '200'

newWidth = (200 / height) * width

that.$set(res.data.records[index], 'imgWidth', newWidth + 'px');

that.$set(res.data.records[index], 'imgHeight', newHeight + 'px');

console.log('this.imgWrapWidth---',that.imgWrapWidth);

}).catch((err) => {

console.error(err);

});

})(i);

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/不正经/article/detail/675186
推荐阅读
相关标签
  

闽ICP备14008679号