index.wxml 468 Bytes
<view wx:if="{{label}}" class="comp-count-dow-by-now">
  
    <text class="tips">{{label}}</text>
    <text class="time">{{days}}</text> 
    <text class="text">天</text> 
    <text class="time">{{hours}}</text> 
    <text class="text">时</text> 
    <text class="time">{{minutes}}</text>
    <text class="text">分</text> 
    <text class="time">{{seconds}}</text>
    <text class="text">秒</text> 
 
    <!-- <text class="time">{{fullContent}}</text> -->
</view>