Browse Source

Merge branch 'fine-music-score' into dev

lex 2 years ago
parent
commit
d961b99d47
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/student/down-load/transfer.tsx

+ 2 - 2
src/student/down-load/transfer.tsx

@@ -35,8 +35,8 @@ export default defineComponent({
     } as any
     // 唤起直播间
     if (params.liveRoomId) {
-      query.params = {} as any
-      query.params.liveRoomId = params.liveRoomId
+      query.params = '' as any
+      query.params = JSON.stringify({ liveRoomId: params.liveRoomId })
     }
     const iosStr = encodeURIComponent(JSON.stringify(query))
     if (/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent)) {