摘要:
imgLoad:function(){ var that = this; wx.getSystemInfo({ success: function (res) { // 获取设备宽度 var infoWidth = res.screenWidth-20; ... 阅读全文
摘要:
wxml: <image src="{{attachurl}}{{vo.cover}}" class='list-img' bindload="imageLoad" data-index="{{ index }}" style="width:{{ images[index ].width }}rpx 阅读全文