From 26b66cd2eb4d2a6c6851d210aa3ce65e616274cc Mon Sep 17 00:00:00 2001 From: nisen Date: Fri, 24 Nov 2023 17:54:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9search=E7=9A=84userid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index eaa72c6..91f9d96 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -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){