1234567891011121314151617 |
- <template>
- <view class="certification-main">
-
- </view>
- </template>
- <script setup>
- import { computed, ref, reactive, watch } from 'vue';
- import { provide, inject } from 'vue'
- import { onLoad } from '@dcloudio/uni-app';
- </script>
- <style lang="scss" scoped>
- @import "./index.scss";
- </style>
|