Parcourir la source

Merge branch 'beta' of https://git.cocorobo.cn/CocoRoboLabs/pbl-student-table into beta

zengyicheng il y a 1 an
Parent
commit
c3161eccfb

+ 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.f41fc8f312c2bf035c8d4f4c5d6b1dea.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.4135340ca8fd42a19589.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.45bd5d50e22e881933feb346c5406457.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.28698691db058d0c757b.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/static/css/app.45bd5d50e22e881933feb346c5406457.css


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/static/css/app.45bd5d50e22e881933feb346c5406457.css.map


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/static/js/app.28698691db058d0c757b.js


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/static/js/app.28698691db058d0c757b.js.map


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/static/js/app.4135340ca8fd42a19589.js


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


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

@@ -15447,7 +15447,8 @@ export default {
       this.ajax
         .get(this.$store.state.api + "selectCourseSLook", params)
         .then((res) => {
-          this.sIsOpen = res.data[0][0].sopen == 1 ? false : true;
+          // this.sIsOpen = res.data[0][0].sopen == 1 ? false : true;
+          this.sIsOpen = true;
           this.IsLookOpen = res.data[0][0].look == 1 ? false : true;
           this.IsFollow = res.data[0][0].follow == 1 ? false : true;
           if (!this.IsLookOpen) {

+ 4 - 7
src/components/studyStudent.vue

@@ -230,7 +230,6 @@
               .chapterData.length == 0 &&
             chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
               .toolChoose[0].tool.length == 0 &&
-            chapInfoList[courseType].chapterInfo[0].video.length == 0 &&
             chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
               .taskDetail == '' &&
             !chapInfoList[courseType].chapterInfo[0].taskJson[taskCount].eList
@@ -581,12 +580,9 @@
               v-if="
                 (chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
                   .toolChoose[0].tool &&
-                  chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
-                    .toolChoose[0].tool.length &&
-                  chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
-                    .toolChoose[0].tool.length > 0) ||
                 chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
-                  .taskDetail != ''
+                  .toolChoose[0].tool.length > 0) || (chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
+                    .taskDetail != '')
               "
             >
               <div
@@ -14538,7 +14534,8 @@ export default {
       this.ajax
         .get(this.$store.state.api + "selectCourseSLook", params)
         .then((res) => {
-          this.sIsOpen = res.data[0][0].sopen == 1 ? false : true;
+          // this.sIsOpen = res.data[0][0].sopen == 1 ? false : true;
+          this.sIsOpen = true;
           this.IsLookOpen = res.data[0][0].look == 1 ? false : true;
           this.IsFollow = res.data[0][0].follow == 1 ? false : true;
           if (!this.IsLookOpen) {

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff