Commit 73a8fd7f authored by zhengke's avatar zhengke

no message

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