콘텐츠 대여 가격
- 소장가격의 60%에서 70% 표기로 변경
This commit is contained in:
		@@ -239,7 +239,7 @@ struct ContentDetailView: View {
 | 
			
		||||
                                                orderType: orderType,
 | 
			
		||||
                                                contentId: audioContent.contentId,
 | 
			
		||||
                                                title: audioContent.title,
 | 
			
		||||
                                                can: !audioContent.isOnlyRental && orderType == .RENTAL ? Int(ceil(Double(audioContent.price) * 0.6)) : audioContent.price
 | 
			
		||||
                                                can: !audioContent.isOnlyRental && orderType == .RENTAL ? Int(ceil(Double(audioContent.price) * 0.7)) : audioContent.price
 | 
			
		||||
                                            )
 | 
			
		||||
                                        )
 | 
			
		||||
                                } else {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user