首页不显示“BOE教师”

This commit is contained in:
daihh
2022-08-03 18:15:38 +08:00
parent 4e8a2dc08d
commit 2453b17d26

View File

@@ -580,6 +580,9 @@ export default {
userIds.push(courseTeahcer.teacherIds[0]);
item.authorInfo.aid = courseTeahcer.teacherIds[0];
item.authorInfo.name = courseTeahcer.names[0];
if(item.authorInfo.name=='BOE教师'){
item.authorInfo.name='';
}
}
return true;
} else {