Commit 73a8fd7f authored by zhengke's avatar zhengke

no message

parent a76f1158
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
let methods = { let methods = {
JobDetails() { JobDetails() {
uni.reLaunch({ uni.reLaunch({
url: '/pages/index/workSituation?tabNme=' + '作业情况' url: '/pages/index/jobDetails?tabNme=' + '作业情况'
}); });
} }
} }
......
...@@ -93,7 +93,6 @@ ...@@ -93,7 +93,6 @@
this.$parent.getStuHomeWorkAndExam(item.courseId); this.$parent.getStuHomeWorkAndExam(item.courseId);
this.currentCourse = item; this.currentCourse = item;
data.showItems = false data.showItems = false
return
setTimeout(()=>{ setTimeout(()=>{
uni.reLaunch({ uni.reLaunch({
url: '/pages/index/workSituation?tabNme=' + '作业情况' +'&courseId=' + item.courseId url: '/pages/index/workSituation?tabNme=' + '作业情况' +'&courseId=' + item.courseId
......
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