| | |
| | | },
|
| | | onLoad() {
|
| | | this.currentDate = dayja().format('YYYY-MM-DD')
|
| | | this.initData()
|
| | | this.getRoomList() |
| | | this.tabClick('0')
|
| | | this.getRoomList() |
| | | },
|
| | | onShow() {
|
| | | // this.tabClick('0') |
| | | |
| | | this.initData() |
| | | this.tabClick(this.activeTab)
|
| | | },
|
| | | onReachBottom() {
|
| | | const { activeTab, total, myMeetingList, recordList } = this |
| | | console.log(total); |
| | | console.log(recordList);
|
| | | const { activeTab, total, myMeetingList, recordList } = this
|
| | | if (activeTab == '0') { |
| | | if(total <= myMeetingList.length) return this.showToast('暂无更多数据')
|
| | | this.myPage = this.myPage + 1
|