mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
调整前端页面
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user