Browse Source

修改全屏功能

zengyicheng 2 years ago
parent
commit
711eb77f1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/pages/course.vue

+ 1 - 1
src/components/pages/course.vue

@@ -287,7 +287,7 @@ export default {
       //     "&userid=" +
       //     this.userid
       // );
-      window.parent.postMessage({ cid: cid, type: "1" }, "*");
+      window.parent.postMessage({ cid: cid, screenType: "2" }, "*");
     },
     handle_remove(file, fileList) {
       var _tmp = this.fileList;