import React from 'react'; import { WeaLocaleProvider } from 'ecCom'; import { addContentPath } from '../../util/pathUtil'; const getLabel = WeaLocaleProvider.getLabel; import Header from './Common/header'; class Content_7 extends React.Component { render() { const { data = {}, eid } = this.props; const { moreLocal, iconMore } = data; const tr = ( {getLabel(387821, 'Gmail Labs推出搜索自动完成功能')} {getLabel(387822, '曾东平')} ); const tr2 = ( ); return (
{getLabel(83663, '聚焦新闻')} {getLabel(83669, '行业聚焦')} {getLabel(83670, '媒体视点')}
{tr}{tr2}{tr}{tr2}{tr}{tr2}{tr}{tr2}{tr}
{moreLocal == 'footer' ? : ''}
); } } export default Content_7;