orderCanavs.wxml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!-- <view class='canvas-box'>
  2. <image src='../../images/canvas_order.png' mode='widthFix'></image>
  3. </view> -->
  4. <view>
  5. <!-- <block wx:for="{{carts}}" wx:key="index" wx:for-index="{{i}}">
  6. <view class="goods_infor">
  7. <view class="each_goods">
  8. <image src="{{item.logo}}" class="goods_img"></image>
  9. <view class="goods_cont">
  10. <view class="goods_price">¥<text>{{item.new_price}}</text></view>
  11. <view class="goods_name">{{item.name}}</view>
  12. <view class="goods_style">
  13. <text wx:if="{{item.style1_name}}">{{item.style1_name}} </text>
  14. <text wx:if="{{item.style2_name}}">{{item.style2_name}} </text>
  15. <text wx:if="{{item.style3_name}}">{{item.style3_name}} </text>
  16. <text wx:if="{{item.style4_name}}">{{item.style4_name}} </text>
  17. <text wx:if="{{item.style5_name}}">{{item.style5_name}} </text>
  18. <text wx:if="{{item.giftbox_name}}">{{item.giftbox_name}} </text>
  19. <text wx:if="{{item.process_name}}">{{item.process_name}}</text>
  20. </view>
  21. <view class="goods_num">x{{item.num}}</view>
  22. </view>
  23. </view>
  24. </view>
  25. </block> -->
  26. <image src='{{host}}{{orderImg}}' class='order-img' mode='widthFix'></image>
  27. </view>
  28. <view class='footer'>
  29. <view class='footer-box'>
  30. <view class='f-box'>
  31. <view class='f-item f-box f-justify-content-center c-white bg-orange' style='width:100%'>
  32. <button class='share-box f-item f-s32' open-type="share">分享</button>
  33. </view>
  34. <view class='f-item f-box f-justify-content-center c-white f-s32' style='width:100%;background:#eea957' bindtap='uploadImg'>上传付款凭证</view>
  35. <view class='f-item f-box f-justify-content-center c-white bg-theme f-s32' style='width:100%' bindtap='orderList'>查看订单</view>
  36. </view>
  37. </view>
  38. </view>