商品详情页
This commit is contained in:
@@ -272,7 +272,7 @@ struct UserView: View {
|
||||
LazyVGrid(columns: columns, alignment: .center, spacing: 12, pinnedViews: .sectionHeaders) {
|
||||
Section {
|
||||
ForEach(0 ..< 20, id: \.self) { _ in
|
||||
GoodsCard()
|
||||
GoodsCard(title: "我是商品标题")
|
||||
}
|
||||
}
|
||||
header: {
|
||||
|
||||
Reference in New Issue
Block a user