Browse Source

Update index.tsx

lex-xin 7 months ago
parent
commit
ea297bb8f5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/coursewarePlay/index.tsx

+ 2 - 2
src/views/coursewarePlay/index.tsx

@@ -58,9 +58,9 @@ export default defineComponent({
           handleStop()
         }
         if (value === "visible") {
-          if(data.source === 'search') {
+          // if(data.source === 'search') {
             getUserInfo()
-          }
+          // }
         }
       }
     )