my_order.wxml 1.6 KB
<!--pages/merchant/my_order/my_order.wxml-->
<view class='my_ordertop'>
 <view class='order_item'>
  <view class='order_topicon'>
   <text class='iconfont icon-qian'></text>
  </view>
  <view>待支付</view>
 </view>
 <view class='order_item'>
  <view class='order_topicon'>
   <text class='iconfont icon-iconfontzhizuobiaozhunbduan22'></text>
  </view>
  <view>已支付</view>
 </view>
 <view class='order_item'>
  <view class='order_topicon'>
   <text class='iconfont icon-jinzhi'></text>
  </view>
  <view>已取消</view>
 </view>
</view>
<view wx:for='{{[1,1,1,1]}}' wx:key  bindtap='gopay_detail'>
 <view class='order_img'>
  <view class='order_imgtxt'>
   <view class='order_imgtxttitle'>夜色酒吧</view>
   <view class='order_imgtxtsubtitle'>[主题酒吧]</view>
  </view>
  <view class='order_imgtime'>2018-09-08</view>
  <image src='../../../imgs/dianouneirjing@3x.png'></image>
 </view>
 <view class='order_itembottom'>
  <view class='order_left'>
   <view class='order_itemimg'>
    <image src='../../../imgs/goods.png'></image>
   </view>
   <view class='order_itemtxt'>
    <view>报名人数:3人</view>
    <view>预算金额:1000元</view>
    <view>开始时间:今天(9-15)18:00</view>
   </view>
  </view>
  <view class='order_rigth'>拼单成功</view>
 </view>
 <view class='order_pel'>
  <view class='order_pel_imgs'>
   <view class='order_pel_imgsitem' wx:for='{{[1,1,1,1]}}' wx:key>
    <image src='../../../imgs/goods.png'></image>
   </view>
  </view>
  <view>小计:¥1000</view>
 </view>
</view>
<view class='bottom_img'>
<image src='../../../imgs/dicengtupian@3x.png'></image>
</view>