|  | @@ -32,13 +32,14 @@ export default defineComponent({
 | 
	
		
			
				|  |  |        })
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      const openClassDetail = (item: any) => {
 | 
	
		
			
				|  |  | +      console.log("🚀 ~ item", item)
 | 
	
		
			
				|  |  |        postMessage({
 | 
	
		
			
				|  |  |          api: 'open_app_page',
 | 
	
		
			
				|  |  |          content: {
 | 
	
		
			
				|  |  |            action: 'app',
 | 
	
		
			
				|  |  |            pageTag: 'classDetail',
 | 
	
		
			
				|  |  |            url: '',
 | 
	
		
			
				|  |  | -          params: JSON.stringify({ classId: item.id })
 | 
	
		
			
				|  |  | +          params: JSON.stringify({ classId: item.classGroupId })
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |        })
 | 
	
		
			
				|  |  |      }
 |