deguodaigou/utils/dist/count-down/index.wxml

5 lines
115 B
Plaintext
Raw Normal View History

2019-12-14 09:20:48 +08:00
<view class="van-count-down">
<slot wx:if="{{ useSlot }}"/>
<block wx:else>{{ formattedTime }}</block>
</view>