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