Browse Source

Update index.tsx

lex 2 years ago
parent
commit
0466b9146d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/music/list/index.tsx

+ 3 - 1
src/views/music/list/index.tsx

@@ -117,7 +117,9 @@ export default defineComponent({
       // if (state.platformType === 'TEACHER') {
       // if (state.platformType === 'TEACHER') {
 
 
       // }
       // }
-      if (!myself) {
+      if (myself) {
+        tempParams.myself = true
+      } else {
         tempParams.myself = false
         tempParams.myself = false
       }
       }