mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-24 02:02:53 +08:00
个人主页 - 案例动态展示错位
This commit is contained in:
@@ -378,6 +378,9 @@
|
||||
res.result.some(con => {
|
||||
if (con.id == item.contentId) {
|
||||
item.info = con;
|
||||
if(typeof item.info.majorType == 'string') {
|
||||
item.info.majorType = item.info.majorType.split(',');
|
||||
}
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user