구매목록
- orderType 파라미터 제거
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user