浏览代码

Update index.tsx

lex 2 年之前
父节点
当前提交
0466b9146d
共有 1 个文件被更改,包括 3 次插入1 次删除
  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 (!myself) {
+      if (myself) {
+        tempParams.myself = true
+      } else {
         tempParams.myself = false
       }