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'