Sfoglia il codice sorgente

Update transfer.tsx

lex 2 anni fa
parent
commit
1de284d4d2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/student/down-load/transfer.tsx

+ 1 - 0
src/student/down-load/transfer.tsx

@@ -35,6 +35,7 @@ export default defineComponent({
     } as any
     // 唤起直播间
     if (params.liveRoomId) {
+      query.params = {} as any
       query.params.liveRoomId = params.liveRoomId
     }
     const iosStr = encodeURIComponent(JSON.stringify(query))