| 
					
				 | 
			
			
				@@ -24,10 +24,10 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     return { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       morePath: '/new-gaokao/careerVideo', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       list: [], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      lineSize: 6, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      lineSize: 4, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       queryParams: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         pageNum: 1, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        pageSize: 12, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        pageSize: 8, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         type: 0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -39,14 +39,15 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     getList() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       career.listNoToken(this.queryParams).then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.list = res['rows']?.map((item, idx) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          const path = '/career/plan/detail' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          // const path = '/career/plan/detail' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          const path = '/new-gaokao/careerVideo' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           const nextParams = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            id: item.id, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            aliid: item.aliid, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            aliIdType: item.aliIdType, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            name: item.name, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            count: item.plays, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            img: item.pictUrl 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            // id: item.id, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            // aliid: item.aliid, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            // aliIdType: item.aliIdType, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            // name: item.name, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            // count: item.plays, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            // img: item.pictUrl 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           return { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             title: item.name, 
			 |