商品详情页

This commit is contained in:
2024-01-29 17:55:09 +08:00
parent fdc1b1c18f
commit 5109b242a6
6 changed files with 102 additions and 9 deletions

View File

@@ -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: {