import reachBottom from '~/mixins/reachBottom'; Page({ behaviors: [reachBottom], data: { currentIndex: 1, categoryList: [{ id: 1, title: '全部' }, { id: 2, title: '已付款' }, { id: 3, title: '退单' }, ] }, onLoad(options) { }, loadMore() { /* this.getData(getCategoryWorks, { columnId }); */ }, })