// newsId: 传参过来的Id, pathIdlet newsDetailId = parseInt(this.props.newsId);
goTo() {
window.location.hash = '#/allcommentslist/' + newsDetailId ;}