diff --git a/src/views/portal/case/Index.vue b/src/views/portal/case/Index.vue index 44c4f304..050ad8a1 100644 --- a/src/views/portal/case/Index.vue +++ b/src/views/portal/case/Index.vue @@ -578,7 +578,7 @@ export default { this.showAll = !this.showAll; var searchBoxHeght = document.getElementById("searchBox"); //console.log(this.initHeight,'this.initHeight'); - if(this.initHeight>80){ + if(this.initHeight>100){ this.searchwd = true; } //console.log(het,'het'); diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index 609ac9d3..e8814861 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -100,9 +100,7 @@
-
- 授课时间:{{ cinfo.startTime }} -
+ 开课时间:{{ cinfo.startTime }}
@@ -991,7 +989,9 @@ export default {