瀏覽代碼

修改全屏功能

zengyicheng 2 年之前
父節點
當前提交
711eb77f1f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;