product-item-header.wxml
659 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_lucky_bg">
<view class="product_lucky"><text>抽奖价 ¥ <text class="lucky">0</text></text></view>
<view class="product_price" >{{product.price}}</view>
</view>
<view wx:if="{{product.status !== 2}}" class="product_time">{{helper.formatTime(product.start_time, product.end_time)}}</view>
<view class="product_margin"></view>