| 
														
															@@ -33,7 +33,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           /> 
														 | 
														
														 | 
														
															           /> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           <p class="fx-row jc-between ai-center"> 
														 | 
														
														 | 
														
															           <p class="fx-row jc-between ai-center"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             <span class="text-ellipsis"> {{ item.section_name }} </span> 
														 | 
														
														 | 
														
															             <span class="text-ellipsis"> {{ item.section_name }} </span> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            <span class="pointer iconfont icon-shoucang"></span> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <span @click="toCollect(item)" class="pointer iconfont icon-shoucang" :class="{'f-primary':item.isCollect}"></span> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           </p> 
														 | 
														
														 | 
														
															           </p> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         </el-col> 
														 | 
														
														 | 
														
															         </el-col> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       </el-row> 
														 | 
														
														 | 
														
															       </el-row> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -53,7 +53,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   </div> 
														 | 
														
														 | 
														
															   </div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 </template> 
														 | 
														
														 | 
														
															 </template> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 <script> 
														 | 
														
														 | 
														
															 <script> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-import { videoList } from '@/api/webApi/webVideo' 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import { videoList,collectVideoCourse } from '@/api/webApi/webVideo' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import MxSearchGroup from '@/components/MxSearch/mx-search-group' 
														 | 
														
														 | 
														
															 import MxSearchGroup from '@/components/MxSearch/mx-search-group' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import MxCondition from '@/components/MxCondition/mx-condition' 
														 | 
														
														 | 
														
															 import MxCondition from '@/components/MxCondition/mx-condition' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -104,6 +104,15 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     searchVideo() { 
														 | 
														
														 | 
														
															     searchVideo() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       this.getVideoList() 
														 | 
														
														 | 
														
															       this.getVideoList() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    toCollect(item) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      collectVideoCourse({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        id:item.id 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      }).then(res => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        item = !item.isCollect 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      }).catch(_ => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     // 获取视频列表 
														 | 
														
														 | 
														
															     // 获取视频列表 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     getVideoList() { 
														 | 
														
														 | 
														
															     getVideoList() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       videoList({ 
														 | 
														
														 | 
														
															       videoList({ 
														 |