wjx 1 viikko sitten
vanhempi
commit
dda18034e7
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      src/pages/launchSystemV3/account/index.tsx

+ 3 - 1
src/pages/launchSystemV3/account/index.tsx

@@ -85,7 +85,9 @@ const AdAuthorize: React.FC = () => {
                 })
             })
         } else {
-            message.error('授权失败')
+            if (query?.user_status) {
+                message.error('授权失败')
+            }
         }
     }, [])