orderlistcell.wxml 637 Bytes
<!--src/pages/orderList/orderlistcell.wxml-->
<view class='orderlistcell-root-container' data-order-code='{{item.orderCode}}' bindtap='onItemClick'>
  <orderproductinfo id="orderproductinfo" product-info="{{item.goodsInfo}}" statu-str="{{item.statuStr}}" isStore="{{item.isOffline === 'Y'}}">
  </orderproductinfo>
  <view class='space-view'></view>
  <orderaction id="orderaction" buttons="{{item.buttons}}" timer='{{item.leftTime}}' order-code="{{item.orderCode}}" product-id='{{item.goodsInfo.productId}}' storeId="{{item.storeId}}" isStore="{{item.isOffline === 'Y'}}"/>
  <view class='orderlistcell-root-split-line'></view>
</view>