|
@@ -70,7 +70,7 @@ class="mt-20px text-[#4D4D4D] text-16px font-600 inline-flex items-center leadin
|
|
<div class="explorer-caption max-w-260px truncate block text-[#777]" title="test.pdf">{{ item.name }}</div>
|
|
<div class="explorer-caption max-w-260px truncate block text-[#777]" title="test.pdf">{{ item.name }}</div>
|
|
</td>
|
|
</td>
|
|
<td class="file-details-cell text-[#999]">{{ getfilesize(item.size) }}</td>
|
|
<td class="file-details-cell text-[#999]">{{ getfilesize(item.size) }}</td>
|
|
- <td class="file-details-cell points">{{ userInfo.flag === 1 ? 0 : item.price }}</td>
|
|
|
|
|
|
+ <td class="file-details-cell points">{{ userInfo.subscriberType === 1 ? 0 : item.price }}</td>
|
|
<td class="file-details-cell select w-106px">
|
|
<td class="file-details-cell select w-106px">
|
|
<select v-if="item.status !== 6" v-model="item.output" class="transfer-select appearance-none" @change="changeOutput(item, index)">
|
|
<select v-if="item.status !== 6" v-model="item.output" class="transfer-select appearance-none" @change="changeOutput(item, index)">
|
|
<option value="png">PNG</option>
|
|
<option value="png">PNG</option>
|