마이페이지 - 구매목록 추가

This commit is contained in:
Yu Sung
2023-08-24 14:30:09 +09:00
parent f0d2bda024
commit 2c8485a1cd
16 changed files with 399 additions and 3 deletions

View File

@@ -94,6 +94,11 @@ struct MyPageView: View {
ReservationStatusView(data: data)
.padding(.top, 33.3)
if data.orderList.totalCount > 0 {
OrderListView(items: data.orderList.items)
.padding(.top, 40)
}
ServiceCenterButtonView()
.padding(.top, 40)