wjx 1 周之前
父節點
當前提交
dda18034e7
共有 1 個文件被更改,包括 3 次插入1 次删除
  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('授权失败')
+            }
         }
     }, [])