구매목록

- orderType 파라미터 제거
This commit is contained in:
Yu Sung
2024-12-18 03:27:55 +09:00
parent bfcb5798bd
commit d483b59978
4 changed files with 9 additions and 13 deletions

View File

@@ -83,14 +83,14 @@ struct PlaylistAddContentView: View {
.padding(.top, 6.7)
.onAppear {
if index == viewModel.orderList.count - 1 {
viewModel.getOrderList(orderType: .KEEP)
viewModel.getOrderList()
}
}
}
}
}
.onAppear {
viewModel.getOrderList(orderType: .KEEP)
viewModel.getOrderList()
}
}
.padding(.horizontal, 13.3)