2019-10-11 20:12:22 +08:00

14 lines
151 B
Plaintext

<view
wx:if="{{ useCustom }}"
class="van-count-down"
>
<slot/>
</view>
<view
wx:else
class="van-count-down"
>
{{ formattedTime }}
</view>