lsc 1 year ago
parent
commit
83e351044d

+ 1 - 1
dist/index.html

@@ -18,7 +18,7 @@
       border-radius: 10px;
       -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
       background-color: rgba(0, 0, 0, 0.1);
-    }</style><link href=./static/css/app.d8124d77ccb995ebcce7ae8c80fcef7d.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.e81042531bab735dba9a.js></script><script type=text/javascript src=./static/js/app.267be723512cccd66e71.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.9817d27ccafa8bcf462ad58ce8ed8863.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.e81042531bab735dba9a.js></script><script type=text/javascript src=./static/js/app.14bc8bb5552ea257a238.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.9817d27ccafa8bcf462ad58ce8ed8863.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.9817d27ccafa8bcf462ad58ce8ed8863.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.14bc8bb5552ea257a238.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.14bc8bb5552ea257a238.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 11 - 1
src/components/easy2/studyStudent.vue

@@ -10222,7 +10222,17 @@ export default {
       } else if (t == 32) {
         window.parent.postMessage({ tools: "32" }, "*");
       } else if (t == 57) {
-        window.parent.postMessage({ tools: "57" }, "*");
+        // window.parent.postMessage({ tools: "57" }, "*");
+        window.parent.postMessage(
+          {
+            tools: "57u",
+            cid: this.id,
+            stage: this.courseType,
+            task: this.taskCount,
+            tool: i,
+          },
+          "*"
+        );
       } else if (t == 58) {
         window.parent.postMessage({ tools: "58" }, "*");
       } else if (t == 59) {

+ 11 - 1
src/components/easy3/studyStudent.vue

@@ -10089,7 +10089,17 @@ export default {
       } else if (t == 32) {
         window.parent.postMessage({ tools: "32" }, "*");
       } else if (t == 57) {
-        window.parent.postMessage({ tools: "57" }, "*");
+        // window.parent.postMessage({ tools: "57" }, "*");
+        window.parent.postMessage(
+          {
+            tools: "57u",
+            cid: this.id,
+            stage: this.courseType,
+            task: this.taskCount,
+            tool: i,
+          },
+          "*"
+        );
       } else if (t == 58) {
         window.parent.postMessage({ tools: "58" }, "*");
       } else if (t == 59) {

+ 11 - 1
src/components/studyStudent.vue

@@ -10717,7 +10717,17 @@ export default {
       } else if (t == 32) {
         window.parent.postMessage({ tools: "32" }, "*");
       } else if (t == 57) {
-        window.parent.postMessage({ tools: "57" }, "*");
+        // window.parent.postMessage({ tools: "57" }, "*");
+        window.parent.postMessage(
+          {
+            tools: "57u",
+            cid: this.id,
+            stage: this.courseType,
+            task: this.taskCount,
+            tool: i,
+          },
+          "*"
+        );
       } else if (t == 58) {
         window.parent.postMessage({ tools: "58" }, "*");
       } else if (t == 59) {

Some files were not shown because too many files changed in this diff