个人主页 - 案例动态展示错位

This commit is contained in:
zhaofang
2022-10-22 13:38:42 +08:00
parent 3c0b0a9f5d
commit 9632febeec
4 changed files with 5 additions and 4 deletions

View File

@@ -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;