mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
首页不显示“BOE教师”
This commit is contained in:
@@ -580,6 +580,9 @@ export default {
|
|||||||
userIds.push(courseTeahcer.teacherIds[0]);
|
userIds.push(courseTeahcer.teacherIds[0]);
|
||||||
item.authorInfo.aid = courseTeahcer.teacherIds[0];
|
item.authorInfo.aid = courseTeahcer.teacherIds[0];
|
||||||
item.authorInfo.name = courseTeahcer.names[0];
|
item.authorInfo.name = courseTeahcer.names[0];
|
||||||
|
if(item.authorInfo.name=='BOE教师'){
|
||||||
|
item.authorInfo.name='';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user