搜索传递用户id

This commit is contained in:
zhangsir
2023-11-03 16:17:32 +08:00
parent c67e5b3ee0
commit 2feedfe7d7

View File

@@ -643,6 +643,7 @@ export default {
pageIndex: 1, // 第几页
pageSize: 9,//每页多少条
openCourse: 0,//增加的公开课查询
userId:''
},
sceneList: [], //场景
keyword: "",//查询的关键字
@@ -1375,6 +1376,7 @@ export default {
let isTopList = [];
// 隐藏loadMore
this.moreState = 2;
this.course.userId = this.userInfo.aid
await apiCoursePortal.courseSearch(this.course).then(res => {
this.searching = false;
if (res.status == 200) {