콘텐츠 등록 - 5캔(500원) 부터 등록되도록 수정, 대여가격 안내 60%로 수정

This commit is contained in:
Yu Sung
2023-08-28 18:20:58 +09:00
parent 594bcc27ca
commit 3916a49e60
2 changed files with 5 additions and 5 deletions

View File

@@ -205,8 +205,8 @@ final class ContentCreateViewModel: ObservableObject {
return false
}
if !isFree && price < 10 {
errorMessage = "콘텐츠의 최소금액은 10캔 입니다."
if !isFree && price < 5 {
errorMessage = "콘텐츠의 최소금액은 5캔 입니다."
isShowPopup = true
return false
}