12345678910111213141516171819 |
- <template>
- <ax-body title="">
- <view class="tabs-body">
- <view class="tabs-box">
- <view class="item-tabs">待领取(1)</view>
- <view class="item-tabs">待使用(2)</view>
- <view class="item-tabs">已使用(3)</view>
- <view class="item-tabs">已过期(4)</view>
- </view>
- </view>
- </ax-body>
- </template>
- <script>
- </script>
- <style>
- @import url("coupons");
- </style>
|