You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
589 B
1 line
589 B
1 year ago
|
<view class="{{['min-countdown','data-v-6e77744b',countdownClass]}}"><block wx:if="{{type==1}}"><rich-text nodes="{{time}}" class="data-v-6e77744b"></rich-text></block><block wx:if="{{type==2}}"><view class="flex-y-center data-v-6e77744b" style="{{'color:'+(primaryColor)+';'}}"><view class="count-tag flex-center data-v-6e77744b">{{time.d}}</view>天<view class="count-tag flex-center data-v-6e77744b">{{time.h}}</view>时<view class="count-tag flex-center data-v-6e77744b">{{time.m}}</view>分<view class="count-tag flex-center data-v-6e77744b">{{time.s}}</view>秒</view></block></view>
|