|
|
@ -59,7 +59,7 @@ class GraduateTopicDetailTable extends Component{
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{
|
|
|
|
{
|
|
|
|
topicInfo && topicInfo.attachment_list.length>0 &&
|
|
|
|
topicInfo && topicInfo.attachment_list.length>0 &&
|
|
|
|
<p className="mt30">
|
|
|
|
<div className="mt30">
|
|
|
|
{/* {
|
|
|
|
{/* {
|
|
|
|
topicInfo.attachment_list.map((item,key)=>{
|
|
|
|
topicInfo.attachment_list.map((item,key)=>{
|
|
|
|
return(
|
|
|
|
return(
|
|
|
@ -75,7 +75,7 @@ class GraduateTopicDetailTable extends Component{
|
|
|
|
})
|
|
|
|
})
|
|
|
|
} */}
|
|
|
|
} */}
|
|
|
|
<AttachmentList {...this.props} {...this.state} attachments = {topicInfo.attachment_list}></AttachmentList>
|
|
|
|
<AttachmentList {...this.props} {...this.state} attachments = {topicInfo.attachment_list}></AttachmentList>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div className="mt30">
|
|
|
|
<div className="mt30">
|
|
|
|