diff --git a/src/views/homepage/page.vue b/src/views/homepage/page.vue index eb6f3cf5..89d7f7ae 100644 --- a/src/views/homepage/page.vue +++ b/src/views/homepage/page.vue @@ -460,12 +460,12 @@ let aid = {} let params = { ids:ids, - // aid:[this.pageId] + aids:[this.userInfo.aid] } if(this.pageId != this.userInfo.aid) { - params.aid = this.pageId + params.aids = [this.pageId] } - apiCourseStudy.ids(params).then(res=>{ + apiCourseStudy.followIds(params).then(res=>{ if(res.status == 200) { list.forEach((item, index) => { res.result.some(con => {