소스 검색

Update transfer.tsx

lex 2 년 전
부모
커밋
1de284d4d2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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))