1234567891011121314151617181920212223242526 |
- <template>
- <view>
- 预约考试
- </view>
- </template>
- <script>
- import { mapGetters } from 'vuex';
- export default {
- components: {},
- data() {
- return {};
- },
- onLoad(option) {},
-
- methods: {
-
- },
- };
- </script>
- <style scoped>
- </style>
|