Explorar el Código

修改全屏功能

zengyicheng hace 2 años
padre
commit
711eb77f1f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;