Handy_Cao 2 anni fa
parent
commit
daf186ad0a

+ 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: