1. 程式人生 > >修改屬性item1(1變化)

修改屬性item1(1變化)

   給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]) }