Compare commits

..

No commits in common. "36319192453b006871fa1450f9b975d9fb3ecafa" and "4a4783563ee663aff622d251d88e658f48856353" have entirely different histories.

1 changed files with 2 additions and 8 deletions

View File

@ -101,16 +101,10 @@
무료
</td>
<td
v-if="item.totalContentCount > 0 && item.remainingContentCount > 0"
v-if="item.totalContentCount > 0"
style="min-width: 100px !important; word-break:break-all; height: auto;"
>
{{ item.totalContentCount - item.remainingContentCount }} / {{ item.totalContentCount }}
</td>
<td
v-else-if="item.totalContentCount > 0 && item.remainingContentCount <= 0"
style="min-width: 100px !important; word-break:break-all; height: auto;"
>
Sold Out
{{ item.remainingContentCount }} / {{ item.totalContentCount }}
</td>
<td v-else>
X