diff --git a/public/react/src/search/SearchPage.js b/public/react/src/search/SearchPage.js index 3a2d1df8a..5b3d51d22 100644 --- a/public/react/src/search/SearchPage.js +++ b/public/react/src/search/SearchPage.js @@ -247,8 +247,20 @@ class SearchPage extends Component{ }) } +
+ {/*合作单位*/} + {item.content.member_user_names === undefined || item.content.member_user_names===0?"": item.content.member_user_names.map((item7, key7) => { + return ( +
+ 合作单位: + 1?" tzbq ":" tzbqx"} + dangerouslySetInnerHTML={{__html:item7}} /> +
+ ) + }) + } +
-
{/*