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