小程序获取 图片宽高

<image
binderror="errImg"
bindload="imgload" style="width:{{item.attribute.scaleWidth }};height:{{item.attribute.scaleHeight }}" mode="widthFix" src="{{item.type==1? item.seven:item.url+'-2k'}}"></image>
  //加载成功   
imgload: function (e) { console.log(e) },

//加载失败
errImg
(e) {
      console.log(e)
  
    },
 
 

猜你喜欢

转载自www.cnblogs.com/wangshishuai/p/13367476.html
今日推荐