1
This commit is contained in:
@@ -222,7 +222,7 @@ const NewFollow = () => {
|
||||
refresherTriggered={refreshing}
|
||||
onRefresherRefresh={handleRefresh}
|
||||
>
|
||||
{followList.length > 0 ? (
|
||||
{!loading && followList.length > 0 ? (
|
||||
<View className="follow-list">
|
||||
{followList.map(renderFollowItem)}
|
||||
|
||||
@@ -231,9 +231,9 @@ const NewFollow = () => {
|
||||
<Text className="tip-text">到底了</Text>
|
||||
</View>
|
||||
</View>
|
||||
) : (
|
||||
) : !loading ? (
|
||||
<EmptyState text="暂无新增关注" />
|
||||
)}
|
||||
) : null}
|
||||
</ScrollView>
|
||||
</View>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user