| | |
| | | BarHeight: '', |
| | | navBarHeight: '', |
| | | start: 1, |
| | | tabValue: '' |
| | | tabValue: '', |
| | | keyword: '' |
| | | }, |
| | | |
| | | /** |
| | |
| | | |
| | | //高等教育 |
| | | higherGet(keyword) { |
| | | console.log(keyword, 'keyword'); |
| | | let searchObj = { |
| | | 'Name*': keyword, |
| | | '||author*': keyword, |
| | |
| | | this.higherGet(keyword) |
| | | this.vocationalGet(keyword) |
| | | this.teacherGet(keyword) |
| | | |
| | | }, |
| | | |
| | | |
| | |
| | | |
| | | |
| | | }, |
| | | |
| | | onPullDownRefresh() { |
| | | |
| | | |
| | | let keyword = this.data.value |
| | | |
| | | this.setData({ |
| | | start: 1 |
| | | start: 1, |
| | | |
| | | }) |
| | | this.vocationalGet() |
| | | this.higherGet() |
| | | this.teacherGet() |
| | | |
| | | this.higherGet(keyword) |
| | | this.vocationalGet(keyword) |
| | | this.teacherGet(keyword) |
| | | |
| | | |
| | | }, |
| | | |