product-item-header.wxml 519 Bytes
  
  <wxs src="./helper.wxs" module="helper" />
  <time-countdown class="product_countdown" wx:if="{{product.status === 2}}" endTime="{{product.end_time}}"></time-countdown>
  <image class="product_image" src="{{product.cover_img}}"></image>
  <view class="product_name" >{{product.name}}</view>
  <view class="product_price" >{{product.price}}</view>
  <view wx:if="{{product.status !== 2}}" class="product_time">{{helper.formatTime(product.start_time, product.end_time)}}</view>
  <view class="product_margin"></view>