给imgList1,7,12,16添加数据
数据层
data:{imgList1:[],imgList7:[],imgList12:[],imgList16:[],}
处理层
let _this=this; let colIds = [1,7,12,16] for(var i=0; i<colIds.length; i++){ _this["imgList" + colIds[i]] = _this.getColumnDate(colIds[i]) }
给imgList1,7,12,16添加数据
数据层
data:{imgList1:[],imgList7:[],imgList12:[],imgList16:[],}
处理层
let _this=this; let colIds = [1,7,12,16] for(var i=0; i<colIds.length; i++){ _this["imgList" + colIds[i]] = _this.getColumnDate(colIds[i]) }