优化主播主页展示动态模块的逻辑
This commit is contained in:
parent
4c67c16baa
commit
4bd2d5909c
|
@ -727,7 +727,7 @@ export default function StreamerProfile({ navigation, route }) {
|
|||
</View>
|
||||
)}
|
||||
{/* 动态 */}
|
||||
{!spaceData && postsData.length !== 0 && (
|
||||
{!spaceData?.previews?.images?.length && postsData.length !== 0 && (
|
||||
<View>
|
||||
<View style={tailwind("my-4")}>
|
||||
<Text
|
||||
|
|
Loading…
Reference in New Issue