소스 검색

Merge branch 'develop' of http://git.zanxiangnet.com/wjx/ad-manage

wjx 1 주 전
부모
커밋
7ae6a59f36
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/pages/launchSystemV3/account/index.tsx

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

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