From 35a9fe136a8f25246fba7bc52e55c762778e03c5 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Fri, 24 Nov 2023 17:54:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 5ed844a..eaa72c6 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -439,7 +439,8 @@ sysType3:'', scenes:'', audiences:this.audiences.join(','), - type:'' + type:'', + userId:'' } query.type=this.dataFilter.courseParams.type; @@ -470,6 +471,7 @@ //从新课程库中取10条,从老库中取10条 keyword:this.course.keyword uni.showLoading({title:'加载中...'}); + this.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){