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
       }