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
632 B
1 line
632 B
8 months ago
|
<view class="data-v-72952934"><view class="{{['min-countdown','data-v-72952934',countdownClass]}}"><block wx:if="{{type==1}}"><rich-text nodes="{{time}}" class="data-v-72952934"></rich-text></block><block wx:if="{{type==2}}"><view class="flex-y-center data-v-72952934" style="{{'color:'+(primaryColor)+';'}}"><view class="count-tag flex-center data-v-72952934">{{time.d}}</view>天<view class="count-tag flex-center data-v-72952934">{{time.h+''}}</view>时<view class="count-tag flex-center data-v-72952934">{{time.m}}</view>分<view class="count-tag flex-center data-v-72952934">{{time.s+''}}</view>秒</view></block></view></view>
|