Handy_Cao 2 년 전
부모
커밋
daf186ad0a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/packages/qxst/views/account/certification/components/certification-next/Index.vue

+ 2 - 0
src/packages/qxst/views/account/certification/components/certification-next/Index.vue

@@ -57,6 +57,8 @@ const canAdd = shallowRef(false)
 
 const iconName = (type: number) => {
     switch (type) {
+        case 2:
+            return 'info-o'
         case 4:
             return 'close'
         case 3: