test #15

Merged
klaus merged 2 commits from test into main 2024-03-28 06:58:57 +00:00
1 changed files with 12 additions and 0 deletions
Showing only changes of commit c7b8e68b32 - Show all commits

View File

@ -50,6 +50,9 @@
<th class="text-center"> <th class="text-center">
가격 가격
</th> </th>
<th class="text-center">
한정판
</th>
<th class="text-center"> <th class="text-center">
19 19
</th> </th>
@ -97,6 +100,15 @@
<td v-else> <td v-else>
무료 무료
</td> </td>
<td
v-if="item.totalContentCount > 0"
style="min-width: 100px !important; word-break:break-all; height: auto;"
>
{{ item.remainingContentCount }} / {{ item.totalContentCount }}
</td>
<td v-else>
X
</td>
<td> <td>
<div v-if="item.isAdult"> <div v-if="item.isAdult">
O O