expiredOfPoints.vue 188 B

1234567891011
  1. <!-- 积分过期 -->
  2. <template>
  3. <div>
  4. </div>
  5. </template>
  6. <script setup>
  7. defineOptions({name: 'personal-integralRules-expiredOfPoints'})
  8. </script>
  9. <style lang="scss" scoped>
  10. </style>