- <!-- 积分商城 -->
- <template>
- <exchange></exchange>
- </template>
- <script setup>
- import exchange from './components/exchange.vue'
- defineOptions({name: 'personal-pointsManagement-pointsMall'})
- </script>
- <style lang="scss" scoped>
- .statisticsBox {
- padding: 10px 0;
- border-radius: 10px;
- background-color: var(--default-bgc);
- }
- </style>
|