商品详情页

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

@@ -84,7 +84,7 @@ struct HomeView: View {
LazyVGrid(columns: columns, alignment: .center) {
ForEach(0 ..< 20, id: \.self) { _ in
GoodsCard()
GoodsCard(title: "首页进入的商品标题,如果长了,会不会自动隐藏的问题,这里需要测试")
}
}
}