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