Handy_Cao 1 년 전
부모
커밋
ccb768e523
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/packages/gcszt/views/account/certification/Index.vue

+ 1 - 1
src/packages/gcszt/views/account/certification/Index.vue

@@ -57,7 +57,7 @@
 <script lang="ts" setup>
 import { shallowRef, onMounted, ref, defineAsyncComponent } from 'vue'
 import { useComponent } from '@/hooks/component'
-import { CellGroup, Button, Field, Form, FormInstance, showFailToast, FieldRule, Image, Cell } from 'vant'
+import { CellGroup, Button, Field, Form, FormInstance, showFailToast, FieldRule } from 'vant'
 import { fullloading, dialog } from '@/utils/vant';
 import { getIdCardAge } from '@/filters';
 import { useRequest } from '@/hooks/request'