lsc 2 سال پیش
والد
کامیت
1b41af241b
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/components/pages/courseGM.vue

+ 2 - 2
src/components/pages/courseGM.vue

@@ -360,11 +360,11 @@ export default {
       //     "&userid=" +
       //     this.userid
       // );
-      window.opener.focus()
+      window.opener.blur();setTimeout(window.opener.focus(),0);
       window.opener.postMessage({ cid: cid, screenType: "2gm" }, "*");
     },
     get(cid){
-      window.opener.focus()
+      window.opener.blur();setTimeout(window.opener.focus(),0);
       window.opener.postMessage({ cid: cid, screenType: "3gm" }, "*");
     },
     handle_remove(file, fileList) {