Browse Source

更新数据

lex 1 year ago
parent
commit
d95d36cef7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/music/music.ts

+ 1 - 1
src/views/music/music.ts

@@ -18,7 +18,7 @@ export const musicBuy = (item: any, callBack?: any, moreQuery = {}) => {
     query: {
     query: {
       id: item.id,
       id: item.id,
       behaviorId,
       behaviorId,
-      client: browserInfo.isTeacher ? 'teacher' : 'student',
+      client: browserInfo.isStudent ? 'student' : 'teacher',
       ...moreQuery
       ...moreQuery
     }
     }
   })
   })