skyblued 2 년 전
부모
커밋
1699966d6f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/coursewarePlay/index.tsx

+ 1 - 0
src/views/coursewarePlay/index.tsx

@@ -82,6 +82,7 @@ export default defineComponent({
     })
     const setContainer = () => {
       let width = screen.height * (16 / 9)
+      console.log('计算的屏幕宽度', width, screen.width)
       if (width > screen.width) {
         return
       }