coupons.vue 384 B

12345678910111213141516171819
  1. <template>
  2. <ax-body title="">
  3. <view class="tabs-body">
  4. <view class="tabs-box">
  5. <view class="item-tabs">待领取(1)</view>
  6. <view class="item-tabs">待使用(2)</view>
  7. <view class="item-tabs">已使用(3)</view>
  8. <view class="item-tabs">已过期(4)</view>
  9. </view>
  10. </view>
  11. </ax-body>
  12. </template>
  13. <script>
  14. </script>
  15. <style>
  16. @import url("coupons");
  17. </style>