Commit a76f1158 authored by zhengke's avatar zhengke

no message

parent d92440b9
......@@ -93,9 +93,13 @@
this.$parent.getStuHomeWorkAndExam(item.courseId);
this.currentCourse = item;
data.showItems = false
uni.reLaunch({
url: '/pages/index/workSituation?tabNme=' + '作业情况' +'&courseId=' + item.courseId
});
return
setTimeout(()=>{
uni.reLaunch({
url: '/pages/index/workSituation?tabNme=' + '作业情况' +'&courseId=' + item.courseId
});
},500)
},
//计算完成百分比
calcPercentage(item) {
......@@ -163,6 +167,8 @@
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
margin-bottom: 20rpx;
height: 80rpx;
overflow: hidden;
}
.course-card .course-item .course-progress {
......
......@@ -278,6 +278,8 @@
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
margin-bottom: 20rpx;
height: 80rpx;
overflow: hidden;
}
.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