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