import React, { Component } from 'react'; import styles from './index.less'; import zaikanImg from '../../assets/zaikan.png'; class AnnouncementItem extends Component { toDetail = (rowID,sortId) => { this.props.history.push('/announcement/detail?rowID='+rowID + '&sortId=' + sortId); window.location.reload(); } render() { const { article,rowID } = this.props; return (