From acca2d3f2d579ce478e0ee8d4a0ee52dd2bdb03a Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Sun, 29 Oct 2023 02:14:01 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=98=ED=85=90=EC=B8=A0=20=EB=93=B1?= =?UTF-8?q?=EB=A1=9D=20-=20=EB=8C=80=EC=97=AC=EB=A7=8C=20=EA=B0=80?= =?UTF-8?q?=EB=8A=A5=ED=95=9C=20=EC=BD=98=ED=85=90=EC=B8=A0=20=EB=93=B1?= =?UTF-8?q?=EB=A1=9D=ED=95=A0=20=EC=88=98=20=EC=9E=88=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EC=B2=B4=ED=81=AC=EB=B0=95=EC=8A=A4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Content/ContentList.vue | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/views/Content/ContentList.vue b/src/views/Content/ContentList.vue index 11a26a9..1e621f8 100644 --- a/src/views/Content/ContentList.vue +++ b/src/views/Content/ContentList.vue @@ -408,6 +408,22 @@ + + + + 대여만 가능 + + + + + + @@ -680,6 +696,7 @@ export default { price: this.audio_content.price, themeId: this.audio_content.theme_id, isAdult: this.audio_content.is_adult, + isOnlyRental: this.audio_content.is_only_rental, isCommentAvailable: this.audio_content.is_comment_available }