瀏覽代碼

装微信的UI库之前

JXDS18FUJT 2 年之前
父節點
當前提交
17e6aaa22a
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/views/videokindList/index.tsx

+ 4 - 1
src/views/videokindList/index.tsx

@@ -24,7 +24,10 @@ export const VideoKindList: React.FC = (props: any) => {
     useEffect(() => {
     useEffect(() => {
 
 
         let query = new URLSearchParams(window.location.search)
         let query = new URLSearchParams(window.location.search)
-        api.studentUserInfo()
+        
+        api.studentUserInfo().then(res=>{
+
+        })
         if (query.get("state") == 'LOGIN') {
         if (query.get("state") == 'LOGIN') {
             api.loginGzhcode({
             api.loginGzhcode({
                 authorizationCode: query.get("code") || ""
                 authorizationCode: query.get("code") || ""