| 
														
															@@ -296,6 +296,9 @@ export default defineComponent({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             }) 
														 | 
														
														 | 
														
															             }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             if (res?.code == 200 && res.data?.length) { 
														 | 
														
														 | 
														
															             if (res?.code == 200 && res.data?.length) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               // console.log(res.data) 
														 | 
														
														 | 
														
															               // console.log(res.data) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              res.data.forEach((n: any) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                n.coursewareDetailKnowledgeId = n.coursewareDetailKnowledgeId || item.id 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              })              
														 | 
													
												
											
												
													
														| 
														 | 
														
															               data.coursewareList = res.data; 
														 | 
														
														 | 
														
															               data.coursewareList = res.data; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               // 如果只有一个课件,直接进入该课件 
														 | 
														
														 | 
														
															               // 如果只有一个课件,直接进入该课件 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               if (res.data.length == 1) { 
														 | 
														
														 | 
														
															               if (res.data.length == 1) { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -336,19 +339,19 @@ export default defineComponent({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             c_orientation: 0 // 0 横屏 1 竖屏 
														 | 
														
														 | 
														
															             c_orientation: 0 // 0 横屏 1 竖屏 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           } 
														 | 
														
														 | 
														
															           } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }); 
														 | 
														
														 | 
														
															         }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        // router.push({ 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        //   path: '/courseware-play', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        //   query: { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        //     id: item.id, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        //     subjectId: props.subjectId, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        //     lessonCoursewareId: item.lessonCoursewareId, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        //     courseId: props.bookData.id, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        //     lessonCoursewareDetailId: item.lessonCoursewareDetailId, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        //     name: item.name, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        //     tab: props.tab, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        //     coursewareDetailKnowledgeId: item.coursewareDetailKnowledgeId 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        //   } 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        // }); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        router.push({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          path: '/courseware-play', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          query: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            id: item.id, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            subjectId: props.subjectId, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            lessonCoursewareId: item.lessonCoursewareId, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            courseId: props.bookData.id, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            lessonCoursewareDetailId: item.lessonCoursewareDetailId, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            name: item.name, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            tab: props.tab, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            coursewareDetailKnowledgeId: item.coursewareDetailKnowledgeId 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       } 
														 | 
														
														 | 
														
															       } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }; 
														 | 
														
														 | 
														
															     }; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 |