SanHQin 1 неделя назад
Родитель
Сommit
4af371bb3b

+ 1 - 1
dist/index.html

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

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
dist/static/css/app.963c9d73c772409bf45e68f638b29334.css


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
dist/static/css/app.963c9d73c772409bf45e68f638b29334.css.map


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
dist/static/js/app.01592bfe3fa2baf5335e.js


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
dist/static/js/app.01592bfe3fa2baf5335e.js.map


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


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

@@ -21973,7 +21973,7 @@ export default {
       let params = [
         {
           uid: this.userid,
-          cid: this.id,
+          cid: this.id + (this.tcid2 || ''),
           type: "2",
           time: time
         }

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

@@ -17385,7 +17385,7 @@ export default {
       let params = [
         {
           uid: this.userid,
-          cid: this.id,
+          cid: this.id + (this.tcid2 || ''),
           type: "2",
           time: time,
         },

+ 1 - 1
src/components/pptEasyClass/index.vue

@@ -682,7 +682,7 @@ export default {
       let params = [
         {
           uid: this.userid,
-          cid: this.id,
+          cid: this.id + (this.tcid2 || ''),
           type: "2",
           time: time,
         },

+ 25 - 25
src/components/studyStudent.vue

@@ -504,7 +504,7 @@
                       .taskDetail
                       ? renderedFormula2(chapInfoList[courseType].chapterInfo[0].taskJson[
                           taskCount
-                        ].taskDetail)  
+                        ].taskDetail)
                       : lang.ssNoDesc
                   "
                 ></div>
@@ -1116,7 +1116,7 @@
                               alt
                             />
                             <div style="margin: 5px 0">{{ lang.ssQa }}</div>
-														<div class="upload_toolBtn" v-if="tType == 1"  
+														<div class="upload_toolBtn" v-if="tType == 1"
                             :style="{ right: lang.lang == 'com' ? '220px' : '135px' }"
                             @click="openChoseWorksDetailDialog(tooC,toolIndex,taskCount,15)"
                               style="position: absolute;top: -45px;height: 40px;display: flex;align-items: center;justify-content: center;background: #409EFF;">
@@ -7590,7 +7590,7 @@
                 </div>-->
               </div>
             </div>
-       
+
             <div
               class="vedioBox"
               style="margin-top: 10px; border-radius: 20px"
@@ -10990,7 +10990,7 @@
                     groupStudent[toolindex][gindex][0]
                       ? groupStudent[toolindex][gindex] &&
                         groupStudent[toolindex][gindex][0].name
-                      : lang.ssEmptyPosition 
+                      : lang.ssEmptyPosition
                   }}</span>
                 </div>
                 <div v-if="groupJson.number > 4">
@@ -11020,7 +11020,7 @@
                     groupStudent[toolindex][gindex][4]
                       ? groupStudent[toolindex][gindex] &&
                         groupStudent[toolindex][gindex][4].name
-                      : lang.ssEmptyPosition 
+                      : lang.ssEmptyPosition
                   }}</span>
                 </div>
                 <div v-if="groupJson.number > 8">
@@ -11083,7 +11083,7 @@
                       groupStudent[toolindex][gindex][2]
                         ? groupStudent[toolindex][gindex] &&
                           groupStudent[toolindex][gindex][2].name
-                        : lang.ssEmptyPosition 
+                        : lang.ssEmptyPosition
                     }}</span>
                   </div>
                   <div v-if="groupJson.number > 6">
@@ -11113,7 +11113,7 @@
                       groupStudent[toolindex][gindex][6]
                         ? groupStudent[toolindex][gindex] &&
                           groupStudent[toolindex][gindex][6].name
-                        : lang.ssEmptyPosition 
+                        : lang.ssEmptyPosition
                     }}</span>
                   </div>
                 </div>
@@ -11185,7 +11185,7 @@
                       groupStudent[toolindex][gindex][3]
                         ? groupStudent[toolindex][gindex] &&
                           groupStudent[toolindex][gindex][3].name
-                        : lang.ssEmptyPosition 
+                        : lang.ssEmptyPosition
                     }}</span>
                   </div>
                   <div v-if="groupJson.number > 7">
@@ -11215,7 +11215,7 @@
                       groupStudent[toolindex][gindex][7]
                         ? groupStudent[toolindex][gindex] &&
                           groupStudent[toolindex][gindex][7].name
-                        : lang.ssEmptyPosition 
+                        : lang.ssEmptyPosition
                     }}</span>
                   </div>
                 </div>
@@ -12789,7 +12789,7 @@ export default {
 				}
       }
       if ((this.courseDetail.userid == this.userid ||
-          (this.courseDetail.course_teacher && 
+          (this.courseDetail.course_teacher &&
           this.courseDetail.course_teacher.indexOf(this.userid) != -1)) &&
           this.IsFollow) {
         this.setCTask();
@@ -16473,7 +16473,7 @@ export default {
       this.getCourseDetail(2);
       this.$forceUpdate();
       if ((this.courseDetail.userid == this.userid ||
-          (this.courseDetail.course_teacher && 
+          (this.courseDetail.course_teacher &&
           this.courseDetail.course_teacher.indexOf(this.userid) != -1)) && this.IsFollow) {
         this.setCTask();
       }
@@ -16594,7 +16594,7 @@ export default {
       this.getHomeWork();
       this.getCourseDetail(2);
       if ((this.courseDetail.userid == this.userid ||
-          (this.courseDetail.course_teacher && 
+          (this.courseDetail.course_teacher &&
           this.courseDetail.course_teacher.indexOf(this.userid) != -1)) && this.IsFollow) {
         this.setCTask();
       }
@@ -16728,7 +16728,7 @@ export default {
         .get(this.$store.state.api + "selectCourseDetail3", params)
         .then((res) => {
           if ((this.courseDetail.userid == this.userid ||
-              (this.courseDetail.course_teacher && 
+              (this.courseDetail.course_teacher &&
               this.courseDetail.course_teacher.indexOf(this.userid) != -1)) && this.IsFollow) {
             this.addCourseState(1, JSON.parse(res.data[0][0].chapters));
           }
@@ -17141,9 +17141,9 @@ export default {
             console.log('this.courseDetail.userid',this.courseDetail.userid);
             console.log('this.userid',this.userid);
 
-            
+
             if (this.courseDetail.userid == this.userid) {
-            
+
               // 开局关闭学生查看内容
               this.StulookMode(true)
               // 开局打开跟随模式
@@ -17319,7 +17319,7 @@ export default {
       let params = [
         {
           uid: this.userid,
-          cid: this.id,
+          cid: this.id + (this.tcid2 || ''),
           type: "2",
           time: time,
         },
@@ -17564,7 +17564,7 @@ export default {
       this.ajax
         .post(this.$store.state.api + "updateCourseStulook", params)
         .then(res => {
-          
+
           if (this.IsStulook == true) {
             this.$message({
               message: this.lang.ssStuViewPermOn,
@@ -21007,9 +21007,9 @@ export default {
     },
     doSyncClassData(){
       if(this.courseDetail.userid == this.userid && this.org == '16ace517-b5c7-4168-a9bb-a9e0035df840'){
-        let endTime = new Date().toLocaleString("zh-CN", { 
-            hour12: false, 
-            timeZone: "Asia/Shanghai" 
+        let endTime = new Date().toLocaleString("zh-CN", {
+            hour12: false,
+            timeZone: "Asia/Shanghai"
           }).replace(/\//g, "-")
         let courseTime = Math.floor((new Date(endTime) - new Date(this.startTime)) / (1000 * 60))
         this.syncClassData({
@@ -21077,12 +21077,12 @@ export default {
         if (this.lang.lang == 'com') {
           return val;
         }
-          
+
         // 处理换行符和HTML实体
         const normalized = val
           .replace(/&amp;/g, '&')
           .replace(/<br\/?>/g, '\n');
-        
+
         // 匹配行内公式($...$)和块级公式($$...$$)
         return normalized.replace(/(\${1,2})([^$]+)(\${1,2})/g, (_, delim, expr) => {
           try {
@@ -21273,9 +21273,9 @@ export default {
   },
   mounted() {
     this.setoTime("1");
-    this.startTime = new Date().toLocaleString("zh-CN", { 
-      hour12: false, 
-      timeZone: "Asia/Shanghai" 
+    this.startTime = new Date().toLocaleString("zh-CN", {
+      hour12: false,
+      timeZone: "Asia/Shanghai"
     }).replace(/\//g, "-");
 
     // if (this.tType == 1) {

Некоторые файлы не были показаны из-за большого количества измененных файлов