import React from 'react'; import { WeaLocaleProvider } from 'ecCom'; import { addContentPath } from '../../util/pathUtil'; const getLabel = WeaLocaleProvider.getLabel; import Header from './Common/header'; export default class Content_task extends React.Component { render() { const { data = {}, eid } = this.props; const { moreLocal, iconMore } = data; const tr = ( {getLabel(387821, 'Gmail Labs推出搜索自动完成功能')} ); const tr2 = ( ); return (
{getLabel(84046, '新任务')} (5) {getLabel(84048, '新反馈')} (0) {getLabel(15537, '今天')} (0) {getLabel(22488, '明天')} (0)
{tr}{tr2}{tr}{tr2}{tr}{tr2}{tr}{tr2}{tr}
{moreLocal == 'footer' ? : ''}
); } }