Commit a76f1158 authored by zhengke's avatar zhengke

no message

parent d92440b9
...@@ -93,9 +93,13 @@ ...@@ -93,9 +93,13 @@
this.$parent.getStuHomeWorkAndExam(item.courseId); this.$parent.getStuHomeWorkAndExam(item.courseId);
this.currentCourse = item; this.currentCourse = item;
data.showItems = false data.showItems = false
uni.reLaunch({ return
url: '/pages/index/workSituation?tabNme=' + '作业情况' +'&courseId=' + item.courseId setTimeout(()=>{
}); uni.reLaunch({
url: '/pages/index/workSituation?tabNme=' + '作业情况' +'&courseId=' + item.courseId
});
},500)
}, },
//计算完成百分比 //计算完成百分比
calcPercentage(item) { calcPercentage(item) {
...@@ -163,6 +167,8 @@ ...@@ -163,6 +167,8 @@
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
margin-bottom: 20rpx; margin-bottom: 20rpx;
height: 80rpx;
overflow: hidden;
} }
.course-card .course-item .course-progress { .course-card .course-item .course-progress {
......
...@@ -278,6 +278,8 @@ ...@@ -278,6 +278,8 @@
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
margin-bottom: 20rpx; margin-bottom: 20rpx;
height: 80rpx;
overflow: hidden;
} }
.course-card .course-item .course-progress { .course-card .course-item .course-progress {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment