提交案例翻译

This commit is contained in:
zhaofang
2022-10-28 15:26:50 +08:00
parent 15feb57769
commit 77d8c444d6
2 changed files with 4 additions and 1 deletions

View File

@@ -349,6 +349,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;