调整前端页面

This commit is contained in:
daihh
2022-11-01 10:41:54 +08:00
parent ecf21e4d37
commit 34e35a41f8

View File

@@ -460,12 +460,12 @@
let aid = {} let aid = {}
let params = { let params = {
ids:ids, ids:ids,
// aid:[this.pageId] aids:[this.userInfo.aid]
} }
if(this.pageId != 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) { if(res.status == 200) {
list.forEach((item, index) => { list.forEach((item, index) => {
res.result.some(con => { res.result.some(con => {