index.vue 243 B

1234567891011121314151617181920212223242526
  1. <template>
  2. <view>
  3. 预约考试
  4. </view>
  5. </template>
  6. <script>
  7. import { mapGetters } from 'vuex';
  8. export default {
  9. components: {},
  10. data() {
  11. return {};
  12. },
  13. onLoad(option) {},
  14. methods: {
  15. },
  16. };
  17. </script>
  18. <style scoped>
  19. </style>