2 コミット f0574d38e6 ... c92b9394e4

作者 SHA1 メッセージ 日付
  lsc c92b9394e4 Merge branch 'beta' of https://git.cocorobo.cn/CocoRoboLabs/pbl-student-table into beta 5 日 前
  lsc 16c9ad853a update 5 日 前

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

@@ -26647,6 +26647,7 @@ export default {
     
   },
   mounted() {
+    this.setoTime("1");
     this.startTime = new Date().toLocaleString("zh-CN", { 
       hour12: false, 
       timeZone: "Asia/Shanghai" 

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

@@ -21959,6 +21959,7 @@ export default {
 
   },
   mounted() {
+    this.setoTime("1");
     this.startTime = new Date().toLocaleString("zh-CN", { 
       hour12: false, 
       timeZone: "Asia/Shanghai" 

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

@@ -274,6 +274,7 @@ export default {
     }
   },
   mounted() {
+    this.setoTime("1");
     this.startTime = new Date().toLocaleString("zh-CN", {
       hour12: false,
       timeZone: "Asia/Shanghai"

+ 1 - 0
src/components/pptEasyClass/index_old.vue

@@ -227,6 +227,7 @@ export default {
     }
   },
   mounted() {
+    this.setoTime("1");
     this.startTime = new Date().toLocaleString("zh-CN", {
       hour12: false,
       timeZone: "Asia/Shanghai"

+ 1 - 0
src/components/studyStudent.vue

@@ -21894,6 +21894,7 @@ export default {
 
   },
   mounted() {
+    this.setoTime("1");
     this.startTime = new Date().toLocaleString("zh-CN", { 
       hour12: false, 
       timeZone: "Asia/Shanghai"