|
@@ -1,7 +1,6 @@
|
|
|
import React from 'react'
|
|
import React from 'react'
|
|
|
import { connect } from 'dva'
|
|
import { connect } from 'dva'
|
|
|
import { Collapse, Icon } from 'antd'
|
|
import { Collapse, Icon } from 'antd'
|
|
|
-import EmptyContent from '../common/emptyContent/index'
|
|
|
|
|
import './collection.less'
|
|
import './collection.less'
|
|
|
|
|
|
|
|
class Collection extends React.Component {
|
|
class Collection extends React.Component {
|
|
@@ -51,7 +50,7 @@ class Collection extends React.Component {
|
|
|
</li>
|
|
</li>
|
|
|
));
|
|
));
|
|
|
}else {
|
|
}else {
|
|
|
- return <EmptyContent />
|
|
|
|
|
|
|
+ return null
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|