2 Commits 23a9ef142e ... 65c899c9d9

Autore SHA1 Messaggio Data
  yuanmingze 65c899c9d9 Merge branch 'master' into pre 3 settimane fa
  yuanmingze bf0616541f 人脸认证状态 判断修复 3 settimane fa
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      src/hooks/useInvoice.ts

+ 0 - 2
src/hooks/useInvoice.ts

@@ -107,8 +107,6 @@ export function useInvoice() {
 
       if (res.code !== 0 || !res.data?.success) return
 
-      faceAuthReady.value = true
-
       if (res.data.rzzt === 'NO_REQUIRED_AUTHENTICATION') {
         faceAuthResult.value = true
       }