1.concat()合併兩個數組對象 javascript
// 加載更多 loadMore () { let b = [{ statu: '66666', order: '老黃', name: '2018-04-03', time: '1666元' }] this.$set('list', this.list.concat(b)) },