detail
This commit is contained in:
parent
bf84063a3c
commit
d6fa304d01
|
@ -210,7 +210,7 @@ class CoderRootDirectory extends Component {
|
|||
})
|
||||
if(result){
|
||||
if( entries){
|
||||
// 返回对象entries.type
|
||||
// 返回对象entries.type则是文件类型,否则是文件夹
|
||||
if(entries.type){
|
||||
this.setState({
|
||||
fileDetail:[entries],
|
||||
|
|
|
@ -523,7 +523,7 @@ class comments extends Component {
|
|||
{new_comment(is_reply, undefined)}
|
||||
</div>
|
||||
) : (
|
||||
<div className="children-comment-bg pd20 grid-item">
|
||||
<div className="children-comment-bg pd20 grid-item mb20">
|
||||
<img
|
||||
className="radius"
|
||||
src={
|
||||
|
|
Loading…
Reference in New Issue