lsc 2 years ago
parent
commit
8645ac1ac1

+ 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.559b37ad447ef2f95aa338b42ea4d733.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.49cd24a2cb7d0d404a42.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.89882cb474b3c24f12d131e6d6e26e29.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.83b81b96b76d552f79af.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.89882cb474b3c24f12d131e6d6e26e29.css


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


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


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


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


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


+ 21 - 0
src/components/courseDetail.vue

@@ -650,6 +650,27 @@
                                 />
                                 <div>挑人</div>
                               </div>
+                              <div v-if="item3.tool == 66">
+                                <img
+                                  src="../assets/icon/secondToolList/formulaEdi.png"
+                                  alt
+                                />
+                                <div>公式编辑</div>
+                              </div>
+                              <div v-if="item3.tool == 67">
+                                <img
+                                  src="../assets/icon/secondToolList/molStr.png"
+                                  alt
+                                />
+                                <div>分子结构</div>
+                              </div>
+                              <div v-if="item3.tool == 68">
+                                <img
+                                  src="../assets/icon/secondToolList/timeAxis.png"
+                                  alt
+                                />
+                                <div>时间轴</div>
+                              </div>
                               <div v-if="item3.tool == undefined">
                                 <img
                                   src="../assets/icon/empytool.png"

+ 0 - 23
src/components/easy2/studyStudent.vue

@@ -17956,29 +17956,6 @@ export default {
         return;
       }
 
-      if(i == 28){
-        window.parent.postMessage({ tools: "28" }, "*");
-      }
-
-      if(i == 31){
-        window.parent.postMessage({ tools: "31" }, "*");
-      }
-
-      if(i == 39){
-        window.parent.postMessage({ tools: "39" }, "*");
-      }
-
-      if(i == 66){
-        window.parent.postMessage({ tools: "66" }, "*");
-      }
-
-      if(i == 67){
-        window.parent.postMessage({ tools: "67" }, "*");
-      }
-
-      if(i == 68){
-        window.parent.postMessage({ tools: "68" }, "*");
-      }
 
       if (this.checktoolArray.length > 0) {
         if (this.checktoolArray.indexOf(i) != -1) {

+ 0 - 24
src/components/easy3/studyStudent.vue

@@ -17818,30 +17818,6 @@ export default {
         return;
       }
 
-      if(i == 28){
-        window.parent.postMessage({ tools: "28" }, "*");
-      }
-
-      if(i == 31){
-        window.parent.postMessage({ tools: "31" }, "*");
-      }
-
-      if(i == 39){
-        window.parent.postMessage({ tools: "39" }, "*");
-      }
-
-      if(i == 66){
-        window.parent.postMessage({ tools: "66" }, "*");
-      }
-
-      if(i == 67){
-        window.parent.postMessage({ tools: "67" }, "*");
-      }
-
-      if(i == 68){
-        window.parent.postMessage({ tools: "68" }, "*");
-      }
-
       if (this.checktoolArray.length > 0) {
         if (this.checktoolArray.indexOf(i) != -1) {
           this.checktoolArray.splice(this.checktoolArray.indexOf(i), 1);

+ 0 - 24
src/components/studyStudent.vue

@@ -10940,30 +10940,6 @@ export default {
         return;
       }
 
-      if (i == 28) {
-        window.parent.postMessage({ tools: "28" }, "*");
-      }
-
-      if (i == 31) {
-        window.parent.postMessage({ tools: "31" }, "*");
-      }
-
-      if (i == 39) {
-        window.parent.postMessage({ tools: "39" }, "*");
-      }
-
-      if (i == 66) {
-        window.parent.postMessage({ tools: "66" }, "*");
-      }
-
-      if (i == 67) {
-        window.parent.postMessage({ tools: "67" }, "*");
-      }
-
-      if (i == 68) {
-        window.parent.postMessage({ tools: "68" }, "*");
-      }
-
       if (this.checktoolArray.length > 0) {
         if (this.checktoolArray.indexOf(i) != -1) {
           this.checktoolArray.splice(this.checktoolArray.indexOf(i), 1);

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