| | |
| | | onLoad(options) { |
| | | var that = this |
| | | this.getOpenerEventChannel().on('acceptDataFromOpenerPage', function (data) { |
| | | console.log('getOpenerEventChannel:'); |
| | | console.log(data); |
| | | that.setData({ |
| | | keyword: data.keyword, |
| | | typeId: data.typeId, |
| | |
| | | }) |
| | | }, |
| | | |
| | | // onReachBottom () { |
| | | // console.log('onReachBottom'); |
| | | // if (this.cPage && this.tPage) { |
| | | // if (this.cPage < this.tPage) { |
| | | // this.search(this.cPage + 1) |
| | | // } |
| | | // } |
| | | // }, |
| | | onReachBottom () { |
| | | console.log('onReachBottom'); |
| | | if (this.cPage && this.tPage) { |
| | | if (this.cPage < this.tPage) { |
| | | this.search(this.cPage + 1) |
| | | } |
| | | } |
| | | }, |
| | | |
| | | search (cPage = 1) { |
| | | var that = this |