瀏覽代碼

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))