lsc 1 year ago
parent
commit
6a619f3efa

+ 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.adc795e312e58362891020ad8ccc3e83.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.8d7171b1fe858bda1433.js></script><script type=text/javascript src=./static/js/app.1c3ec189e95d3926800f.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.9769b250ba36bd6e69bf4e32878e873f.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.8d7171b1fe858bda1433.js></script><script type=text/javascript src=./static/js/app.fd3769e6b84ddb148221.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.9769b250ba36bd6e69bf4e32878e873f.css


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


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


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


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


+ 5 - 1
src/components/studyStudent.vue

@@ -8365,7 +8365,11 @@ export default {
             this.courseDetail = res.data[0][0];
             this.chapInfoList = JSON.parse(this.courseDetail.chapters);
           }
-          this.getCourseGroup(gindex)
+          if (this.tcid) {
+            this.getCourseGroup(gindex)
+          }else{
+            this.selectSWorks(gindex);
+          }
           this.$nextTick(() => {
             setTimeout(() => {
               this.checkEva();

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