|  | @@ -56,6 +56,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |            orientation: type
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |        }, () => {
 | 
	
		
			
				|  |  | +        console.log('横屏回调')
 | 
	
		
			
				|  |  |          setContainer()
 | 
	
		
			
				|  |  |        })
 | 
	
		
			
				|  |  |        // 头,包括返回箭头
 | 
	
	
		
			
				|  | @@ -91,6 +92,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |        parentContainer.width = width + 'px'
 | 
	
		
			
				|  |  |        console.log('设置宽度', parentContainer.width)
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  | +    window.addEventListener('resize', setContainer)
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      const route = useRoute()
 | 
	
		
			
				|  |  |      const headeRef = ref()
 | 
	
	
		
			
				|  | @@ -241,7 +243,6 @@ export default defineComponent({
 | 
	
		
			
				|  |  |        getDetail()
 | 
	
		
			
				|  |  |        getCourseSchedule()
 | 
	
		
			
				|  |  |        window.addEventListener('message', iframeHandle)
 | 
	
		
			
				|  |  | -      window.addEventListener('resize', setContainer)
 | 
	
		
			
				|  |  |      })
 | 
	
		
			
				|  |  |      // 返回
 | 
	
		
			
				|  |  |      const goback = () => {
 |