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