修改search的userid

This commit is contained in:
nisen
2023-11-24 17:54:43 +08:00
parent ea71758ed6
commit 26b66cd2eb

View File

@@ -471,7 +471,7 @@
//从新课程库中取10条从老库中取10条 keyword:this.course.keyword
uni.showLoading({title:'加载中...'});
this.query.userId = this.userInfo.aid
query.userId = this.userInfo.aid
await apiCoursePortal.courseSearch(query).then(res=>{
setTimeout(function(){ uni.hideLoading() },100);
if(res.status==200 && res.result.list.length>0){