콘텐츠 상세

- 소장만, 대여만 가능시 구매하기 버튼 배경색 변경
- 소장만, 대여만 가능시 구매하기 버튼을 터치하면 바로 구매확인 다이얼로그 표시
This commit is contained in:
Yu Sung
2024-11-08 21:06:24 +09:00
parent 696aed5c00
commit f6ae14d614
5 changed files with 87 additions and 80 deletions

View File

@@ -24,8 +24,8 @@ struct GetAudioContentDetailResponse: Decodable {
let isActivePreview: Bool
let isAdult: Bool
let isMosaic: Bool
let isOnlyRental: Bool
let existOrdered: Bool
let purchaseOption: PurchaseOption
let orderType: OrderType?
let remainingTime: String?
let creatorOtherContentList: [OtherContentResponse]