dev_local
hjm 6 years ago
parent 5e539d2518
commit fbc1e9fbf7

@ -169,6 +169,7 @@ class Index extends Component {
{/* 区分下repo和evaluate模块的以及子模块的 */}
<MainContentContainer
{...context}
onDrawerButtonClick={this.onDrawerButtonClick}
user={context.user}

@ -162,11 +162,11 @@ class LeftView extends Component {
style={{display: 'none'}}>
<a href="javascript:void(0);" className="tab_type" style={{fontSize: '16px'}}>TA人解答</a>
</li>
<li id="tab_nav_4" className={ tabIndex === 3 ? `tab_hover` : ''} onClick={() => tabIndexChange(3)}>
{ this.props.local_exam !== true && <li id="tab_nav_4" className={ tabIndex === 3 ? `tab_hover` : ''} onClick={() => tabIndexChange(3)}>
<a href="javascript:void(0)" className="tab_type" style={{fontSize: '16px'}} data-remote="true">
评论<span id="discusses_count" className="edu-cir-grey1" style={{lineHeight: '18px!important'}}>{discusses_count||""}</span>
</a>
</li>
</a>
</li> }
{/*<span className="btn-cir-big fr mt8 mr15">经验值:{challenge.score}</span>*/}
</ul>
<div className="cl"></div>
@ -237,10 +237,10 @@ class LeftView extends Component {
</div>
</div>
<div id="mini_comment_section">
{ this.props.local_exam === true ? '' : <div id="mini_comment_section">
{/*说点什么 */}
<CommentInput challenge={challenge} {...this.props}></CommentInput>
</div>
</div> }
</div>
</div>

Loading…
Cancel
Save