|
@@ -370,9 +370,9 @@ export default {
|
|
|
// 构建请求参数
|
|
// 构建请求参数
|
|
|
const params = {
|
|
const params = {
|
|
|
finishStatus:this.currentTab,
|
|
finishStatus:this.currentTab,
|
|
|
- // title:this.keyword,
|
|
|
|
|
- // pageNum: 1,
|
|
|
|
|
- // pageSize: this.pageSize
|
|
|
|
|
|
|
+ title:this.keyword,
|
|
|
|
|
+ pageNum: 1,
|
|
|
|
|
+ pageSize: this.pageSize
|
|
|
}
|
|
}
|
|
|
const res = await getOnlineLectureList(params)
|
|
const res = await getOnlineLectureList(params)
|
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|