C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

58 行
1.5 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>{{data.paymentTime}}</view>
  23. </view>
  24. </view>
  25. </view>
  26. <view class='classif'>
  27. <view>
  28. <text>有效期:</text>
  29. <text>2018-07-10 至 2018-07-10</text>
  30. </view>
  31. <view>
  32. <text>适用门店</text>
  33. <text class='iconfont icon-right'></text>
  34. </view>
  35. <view wx:if="{{data.orderStatus==1}}" data-quancode="{{data.id}}" bindtap="couponorderdetail">
  36. <view>
  37. <text>兑换码:</text>
  38. <text>{{data.id}}</text>
  39. </view>
  40. <view>
  41. <image class="spcode" src="./../../../assets/img/spcode.png" mode="widthFix"></image>
  42. </view>
  43. </view>
  44. <view>
  45. <text>下单时间</text>
  46. <text>{{data.paymentTime}}</text>
  47. </view>
  48. <view>
  49. <text>订单编号</text>
  50. <text>{{data.orderNumber}}</text>
  51. </view>
  52. <view>
  53. <text>订单金额</text>
  54. <text>¥{{data.salePrice/100}}</text>
  55. </view>
  56. </view>
  57. </view>