小程序获取 图片宽高

<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)
  
    },
 
 

 

小程序获取 图片宽高

上一篇:小程序token回调问题


下一篇:抖音小程序基本内容