detail
This commit is contained in:
parent
d6fa304d01
commit
1867497d52
|
|
@ -209,7 +209,7 @@ class CoderRootDirectory extends Component {
|
|||
isSpin:false
|
||||
})
|
||||
if(result){
|
||||
if( entries){
|
||||
if(entries){
|
||||
// 返回对象entries.type则是文件类型,否则是文件夹
|
||||
if(entries.type){
|
||||
this.setState({
|
||||
|
|
|
|||
Loading…
Reference in New Issue