小程序获取 图片宽高

时间:2020-07-23 21:26:39   收藏:0   阅读:140
<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)
  
    },
 
 

 

原文:https://www.cnblogs.com/wangshishuai/p/13367476.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!