크리에이터 커뮤니티 게시물
- 구매하지 않은 유료 게시물도 내용은 보이도록 수정
This commit is contained in:
@@ -68,7 +68,6 @@ struct CreatorCommunityAllItemView: View {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if item.price <= 0 || item.existOrdered {
|
|
||||||
DetectableTextView(text: item.content, textSize: 13.3, font: Font.medium.rawValue)
|
DetectableTextView(text: item.content, textSize: 13.3, font: Font.medium.rawValue)
|
||||||
.frame(
|
.frame(
|
||||||
width: screenSize().width - 42,
|
width: screenSize().width - 42,
|
||||||
@@ -87,6 +86,7 @@ struct CreatorCommunityAllItemView: View {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if item.price <= 0 || item.existOrdered {
|
||||||
if let imageUrl = item.imageUrl {
|
if let imageUrl = item.imageUrl {
|
||||||
KFImage(URL(string: imageUrl))
|
KFImage(URL(string: imageUrl))
|
||||||
.resizable()
|
.resizable()
|
||||||
|
|||||||
Reference in New Issue
Block a user