|
@@ -212,7 +212,7 @@
|
|
<template v-if="item.postTaskLuckdrop && item.postTaskLuckdrop.luckdropType == PlayType.lottery">
|
|
<template v-if="item.postTaskLuckdrop && item.postTaskLuckdrop.luckdropType == PlayType.lottery">
|
|
{{ item.downTime || '' }}
|
|
{{ item.downTime || '' }}
|
|
</template>
|
|
</template>
|
|
- <template v-else>
|
|
|
|
|
|
+ <template v-else-if="item.postTaskLuckdrop.luckdropType != PlayType.treasure">
|
|
{{ item.postTaskLuckdrop.receivedCount }}/{{
|
|
{{ item.postTaskLuckdrop.receivedCount }}/{{
|
|
item.postTaskLuckdrop.totalCount
|
|
item.postTaskLuckdrop.totalCount
|
|
}}
|
|
}}
|