parent
27ee83f74b
commit
9819f00d0d
|
@ -68,7 +68,6 @@ struct CreatorCommunityAllItemView: View {
|
|||
}
|
||||
}
|
||||
|
||||
if item.price <= 0 || item.existOrdered {
|
||||
DetectableTextView(text: item.content, textSize: 13.3, font: Font.medium.rawValue)
|
||||
.frame(
|
||||
width: screenSize().width - 42,
|
||||
|
@ -87,6 +86,7 @@ struct CreatorCommunityAllItemView: View {
|
|||
)
|
||||
}
|
||||
|
||||
if item.price <= 0 || item.existOrdered {
|
||||
if let imageUrl = item.imageUrl {
|
||||
KFImage(URL(string: imageUrl))
|
||||
.resizable()
|
||||
|
|
Loading…
Reference in New Issue