count-down.wxml 739 B

1
  1. <view class="count-down data-v-24b34551"><u-count-down vue-id="8fca2c7c-1" timestamp="{{timestamp}}" color="{{color}}" separator="zh" show-hours="{{false}}" show-minutes="{{false}}" show-seconds="{{false}}" font-size="{{fontSize}}" separator-size="{{separatorSize}}" bg-color="{{bgColor||themeColor}}" separator-color="{{separatorColor||themeColor}}" class="data-v-24b34551" bind:__l="__l"></u-count-down><u-count-down vue-id="8fca2c7c-2" timestamp="{{timestampHMS}}" color="{{color}}" separator="{{separator}}" show-days="{{false}}" font-size="{{fontSize}}" separator-size="{{separatorSize}}" bg-color="{{bgColor||themeColor}}" separator-color="{{separatorColor||themeColor}}" class="data-v-24b34551" bind:__l="__l"></u-count-down></view>