C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 rivejä
2.0 KiB

  1. <view class='order'>
  2. <view class='tips'>
  3. <text class='iconfont icon-choose'></text>
  4. <text wx:if="{{data.orderStatus==1}}">付款成功,请尽快到门店使用</text>
  5. </view>
  6. <view class='section'>
  7. <view class='detail_msg'>
  8. <view class='logo'>
  9. <image src='{{data.coverImg}}'></image>
  10. </view>
  11. <view class='info'>
  12. <view>
  13. <text>{{data.subTitle}}</text>
  14. </view>
  15. <view>
  16. <text>{{data.title}}</text>
  17. </view>
  18. <!-- <view>
  19. <text>购买数量:</text>1件
  20. </view> -->
  21. <view>
  22. <text>下单时间:</text>{{createDate}}</view>
  23. </view>
  24. </view>
  25. </view>
  26. <view class='classif'>
  27. <view class="clearfix">
  28. <text>适用门店</text>
  29. <text class="fr">{{data.merchantName}}</text>
  30. </view>
  31. <view wx:if="{{data.orderStatus==1}}" data-quancode="{{data.id}}" bindtap="powerDrawer" data-statu="open">
  32. <view>
  33. <text>兑换码:</text>
  34. <text>{{data.id}}</text>
  35. </view>
  36. <view>
  37. <image class="spcode" src="./../../../assets/img/spcode.png" mode="widthFix"></image>
  38. </view>
  39. </view>
  40. <view>
  41. <text>下单时间</text>
  42. <text>{{createDate}}</text>
  43. </view>
  44. <view>
  45. <text>订单编号</text>
  46. <text>{{data.orderNumber}}</text>
  47. </view>
  48. <view>
  49. <text>订单金额</text>
  50. <text class="jine">¥{{data.salePrice/100}}</text>
  51. </view>
  52. </view>
  53. </view>
  54. <!--mask-->
  55. <view class="drawer_screen" data-quancode="{{data.id}}" wx:if="{{showModalStatus}}" bindtap="powerDrawer" data-statu="close"></view>
  56. <view animation="{{animationData}}" class="drawer_box" wx:if="{{showModalStatus}}">
  57. <view class="panel">
  58. <view class="barcode">
  59. <canvas canvas-id="barcode{{flag+1}}" />
  60. </view>
  61. <view class="qrcode">
  62. <canvas canvas-id="qrcode{{flag+1}}" />
  63. </view>
  64. <view class="barnum"><text>兑换码:</text>{{data.id}}</view>
  65. </view>
  66. </view>