| 12345678910111213141516171819202122232425262728 |
- <template>
- <view class="pages">
- <u-empty mode="coupon">
- </u-empty>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- }
- },
- methods: {
- }
- }
- </script>
- <style lang="scss" scoped>
- .pages{
- width: 100%;
- height: 100vh;
- background: #f5f5f5;
- }
- </style>
|