SanHQin 2 ヶ月 前
コミット
18e41303a1

+ 1 - 1
dist/index.html

@@ -27,7 +27,7 @@
     html,
     html,
     body{
     body{
       font-family: '黑体';
       font-family: '黑体';
-    }</style><link href=./static/css/app.fa098cd21a9483c0e8a57a7d24965534.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.b2299056e030e9dd4cb8.js></script><script type=text/javascript src=./static/js/app.dce9063120f8f1b89208.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.cc0a57bc0696ddc23a160af2c1aa79bf.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.b2299056e030e9dd4cb8.js></script><script type=text/javascript src=./static/js/app.1813d63ea328b98b2f96.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {
     document.documentElement.addEventListener("touchstart", function (event) {

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/css/app.cc0a57bc0696ddc23a160af2c1aa79bf.css


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/css/app.cc0a57bc0696ddc23a160af2c1aa79bf.css.map


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/app.1813d63ea328b98b2f96.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/app.1813d63ea328b98b2f96.js.map


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 9 - 8
src/components/courseDetail.vue

@@ -1515,7 +1515,7 @@ export default {
 
 
     },
     },
     goToStudyOrDia(l) {
     goToStudyOrDia(l) {
-      if (l.length > 0) {
+      //if (l.length > 0) {
         // this.dialogVisibleSk = true;
         // this.dialogVisibleSk = true;
         this.$refs.selectTeachingClassDialogRef.open({classList:this.classList})
         this.$refs.selectTeachingClassDialogRef.open({classList:this.classList})
 				this.insertMemorandum("点击<span class='btn'>以班级授课</span>")
 				this.insertMemorandum("点击<span class='btn'>以班级授课</span>")
@@ -1544,19 +1544,20 @@ export default {
 			// 		}
 			// 		}
       //   })
       //   })
         // this.addUserRate(0);
         // this.addUserRate(0);
-      }
+      //}
     },
     },
     goToStudyRate(i) {
     goToStudyRate(i) {
       this.checkStage = i;
       this.checkStage = i;
       if (this.tType == 2) {
       if (this.tType == 2) {
         this.addUserRate(i);
         this.addUserRate(i);
       } else {
       } else {
-        if (this.classList.length > 0) {
-          // this.dialogVisibleSk = true;
-          this.$refs.selectTeachingClassDialogRef.open({classList:this.classList})
-        } else {
-          this.addUserRate(i);
-        }
+        this.$refs.selectTeachingClassDialogRef.open({classList:this.classList})
+        // if (this.classList.length > 0) {
+        //   // this.dialogVisibleSk = true;
+        //   this.$refs.selectTeachingClassDialogRef.open({classList:this.classList})
+        // } else {
+        //   this.addUserRate(i);
+        // }
       }
       }
     },
     },
     addUserRate(i) {
     addUserRate(i) {

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません