This commit is contained in:
2025-07-01 09:19:59 +08:00
parent da14663be7
commit cbfd818879
2 changed files with 6 additions and 5 deletions

View File

@@ -96,8 +96,8 @@ onMounted(() => {
倒计时:
</view>
<view class="block-info">
<view v-if="data.children.back[current]">/</view>
<x-countdown v-else :time="dayjs(data.task_content[current].end_time)">
<view v-if="!dayjs().isBefore(dayjs(data.children?.back[current].back_time))">/</view>
<x-countdown v-else :time="dayjs(data.children?.back[current].back_time)">
</x-countdown>
</view>
</view>