lsc 1 year ago
parent
commit
627bbea3be

+ 1 - 1
dist/index.html

@@ -27,7 +27,7 @@
     html,
     body{
       font-family: 'Source Han Sans SC', sans-serif;
-    }</style><link href=./static/css/app.496ebd00639964c5e59bc54af90ed194.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.9ee7cb8cb3c0161956b8.js></script><script type=text/javascript src=./static/js/app.0143b0a175100fc73987.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.2d9d5f61d762b19bd11709b2200773fb.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.9ee7cb8cb3c0161956b8.js></script><script type=text/javascript src=./static/js/app.808a5bf0d235b9dfb67a.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.2d9d5f61d762b19bd11709b2200773fb.css


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


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


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


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


+ 3 - 3
src/components/courseDetail.vue

@@ -190,7 +190,7 @@
                 </div> -->
               </div>
               <div
-                v-if="tType != 2"
+                v-if="tType != 2 && (classList.length || courseDetail.userid == userid)"
                 class="goToStudy"
                 @click="goToStudyOrDia(classList)"
               >
@@ -1321,9 +1321,9 @@ export default {
 					type:"error",
 				}).then(() => {
 					if(this.courseDetail.state == 1 || this.courseDetail.state == 2){
-						window.parent.postMessage({ tools: "openCourseUpdate",cid:this.classId }, "*");
+						window.parent.postMessage({ tools: "openCourseUpdate",cid:this.id }, "*");
 					}else if(this.courseDetail.state == 3){
-						window.parent.postMessage({ tools: "openCourseEUpdate",cid:this.classId }, "*");
+						window.parent.postMessage({ tools: "openCourseEUpdate",cid:this.id }, "*");
 					}
         })
         // this.addUserRate(0);

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