시리즈 상세 작품소개
- 0원 -> 무료로 변경
This commit is contained in:
@@ -59,14 +59,14 @@ class SeriesDetailIntroductionFragment : BaseFragment<FragmentSeriesDetailIntrod
|
||||
"$rentalMaxPrice(15일)"
|
||||
}
|
||||
} else {
|
||||
"$rentalMinPrice ~ ${rentalMaxPrice}캔 (15일)"
|
||||
"${if (rentalMinPrice == 0) "무료" else rentalMinPrice} ~ ${rentalMaxPrice}캔 (15일)"
|
||||
}
|
||||
|
||||
binding.tvPrice.text = if (minPrice == maxPrice) {
|
||||
if (maxPrice == 0) {
|
||||
"무료(15일)"
|
||||
"무료"
|
||||
} else {
|
||||
"$maxPrice(15일)"
|
||||
"$maxPrice"
|
||||
}
|
||||
} else {
|
||||
"${if (minPrice == 0) "무료" else minPrice} ~ ${maxPrice}캔"
|
||||
|
Reference in New Issue
Block a user