update
This commit is contained in:
@@ -96,9 +96,16 @@ onMounted(() => {
|
|||||||
倒计时:
|
倒计时:
|
||||||
</view>
|
</view>
|
||||||
<view class="block-info">
|
<view class="block-info">
|
||||||
<view v-if="!dayjs().isBefore(dayjs(data.children?.back[current].back_time))">/</view>
|
<template v-if="data.children?.back[current].status === -3">
|
||||||
<x-countdown v-else :time="data.children?.back[current].back_time">
|
{{ data.children?.back[current].back_time }}后开始回填
|
||||||
</x-countdown>
|
</template>
|
||||||
|
<template v-else-if="data.children?.back[current].status === -2">
|
||||||
|
<x-countdown :time="data.children?.back[current].back_time">
|
||||||
|
</x-countdown>
|
||||||
|
</template>
|
||||||
|
<template v-else>
|
||||||
|
/
|
||||||
|
</template>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user