123456789101112131415161718192021222324252627282930 |
- <template>
- </template>
- <script setup>
- import {
- toast,
- getUserIdentity
- } from "@/utils/common";
- import cacheManager from '@/utils/cacheManager.js';
- import {
- } from '@/api/zhuanti.js'
- import CustomTabBar from '@/components/custom-tabbar/custom-tabbar.vue';
- import {
- onLoad
- } from '@dcloudio/uni-app';
- import {
- reactive,
- ref
- } from "vue";
- import {
- onShow
- } from '@dcloudio/uni-app';
- onShow(() => {
- })
- const agreeType = ref(null);
- </script>
|