| | |
| | | this.getRoomList()
|
| | | },
|
| | | onShow() {
|
| | | this.tabClick('0')
|
| | | // this.tabClick('0') |
| | | this.getRecordList()
|
| | | },
|
| | | onReachBottom() {
|
| | | const { activeTab } = this
|
| | |
| | | this.activeTab = val
|
| | | if (val === '1') {
|
| | | this.recordPage = 1
|
| | | this.recordList = []
|
| | | this.getRecordList()
|
| | | } else {
|
| | | this.myMeetingList = []
|
| | |
| | | font-weight: 600;
|
| | | font-size: 32rpx;
|
| | | color: #222222;
|
| | | flex: 1;
|
| | | overflow: hidden;
|
| | | white-space: nowrap;
|
| | | text-overflow: ellipsis;
|
| | | }
|
| | | .status {
|
| | | height: 38rpx;
|
| | |
| | | border: 1rpx solid #999999;
|
| | | font-size: 22rpx;
|
| | | color: #999999;
|
| | | margin-left: 20rpx;
|
| | | display: flex;
|
| | | justify-content: center;
|
| | | align-items: center;
|
| | | }
|
| | | .padding {
|
| | | color: $uni-color-primary;
|