...
|
...
|
@@ -12,6 +12,7 @@ import SectionTabBar from '../section/SectionTabBar'; |
|
|
import LoadMoreIndicator from '../../../common/components/LoadMoreIndicator';
|
|
|
import UserNavBar from './UserNavBar';
|
|
|
import TimerMixin from 'react-timer-mixin';
|
|
|
import EmptyListTip from './EmptyListTip';
|
|
|
|
|
|
const {
|
|
|
View,
|
...
|
...
|
@@ -348,8 +349,7 @@ export default class User extends React.Component { |
|
|
}}
|
|
|
renderFooter={() => {
|
|
|
if (endReached) {
|
|
|
return <LoadMoreIndicator
|
|
|
isVisible={true}
|
|
|
return <EmptyListTip
|
|
|
text={endReachedText}
|
|
|
/>
|
|
|
} else {
|
...
|
...
|
|