修复空间内动态组件展示bug
This commit is contained in:
parent
86cb9426a4
commit
b6c462ecbc
|
@ -630,12 +630,10 @@ function ImageDisplay({
|
||||||
),
|
),
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Text style={tailwind("text-xs text-white font-medium")}>
|
<Text style={tailwind("text-white font-medium")}>付费内容</Text>
|
||||||
不可预览
|
|
||||||
</Text>
|
|
||||||
</View>
|
</View>
|
||||||
)}
|
)}
|
||||||
{index === 8 && isCollapsed && (
|
{index === 8 && media.length > 9 && isCollapsed && (
|
||||||
<TouchableOpacity
|
<TouchableOpacity
|
||||||
activeOpacity={1}
|
activeOpacity={1}
|
||||||
onPress={() => setIsCollapsed(false)}
|
onPress={() => setIsCollapsed(false)}
|
||||||
|
|
Loading…
Reference in New Issue