couponsDet.vue 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <template>
  2. <view>
  3. <view class="top">
  4. <view class="fn48">未使用</view>
  5. <view class="fn24 mag10">使用日期:2020.05.19-2020.05.31</view>
  6. </view>
  7. <view class="con">
  8. <view class="content">
  9. <image src="/static/pages/images/yhq_det.png" class="background"></image>
  10. <view class="lits dflex">
  11. <view class="left"><text>¥</text><text class="jine">40{{item.couponAmount}}</text>元</view>
  12. <view class="tong flex">
  13. <view class="fnwit">{{item.couponType === 1 ? '满减券' : '代金券'}}</view>
  14. <text>{{item.couponBrief}}订单满200元可用</text>
  15. </view>
  16. </view>
  17. <!-- <view class="tiaoxingma">
  18. <image src="/static/pages/images/tiaoxma.png" class="tiaoxima"></image>
  19. <view>058695649895115</view>
  20. <image src="/static/pages/images/xcx.png" class="xcx"></image>
  21. <view>请向工作人员出示</view>
  22. </view> -->
  23. </view>
  24. </view>
  25. <view class="footer">
  26. <view class="fnwit fn30">使用说明</view>
  27. <view class="mag30 fn28 fnc99">适用范围:</view>
  28. </view>
  29. </view>
  30. </template>
  31. <script>
  32. export default {
  33. data() {
  34. return {};
  35. },
  36. components: {},
  37. props: {},
  38. /**
  39. * 生命周期函数--监听页面加载
  40. */
  41. onLoad: function (options) {},
  42. /**
  43. * 生命周期函数--监听页面初次渲染完成
  44. */
  45. onReady: function () {},
  46. /**
  47. * 生命周期函数--监听页面显示
  48. */
  49. onShow: function () {},
  50. /**
  51. * 生命周期函数--监听页面隐藏
  52. */
  53. onHide: function () {},
  54. /**
  55. * 生命周期函数--监听页面卸载
  56. */
  57. onUnload: function () {},
  58. /**
  59. * 页面相关事件处理函数--监听用户下拉动作
  60. */
  61. onPullDownRefresh: function () {},
  62. /**
  63. * 页面上拉触底事件的处理函数
  64. */
  65. onReachBottom: function () {},
  66. methods: {}
  67. };
  68. </script>
  69. <style>
  70. @import "./couponsDet.css";
  71. </style>