Commit 0df836f1 authored by liudong1993's avatar liudong1993

1

parent 23df5cc0
...@@ -73,9 +73,11 @@ ...@@ -73,9 +73,11 @@
}); });
let methods = { let methods = {
goStuScoreDetail(item){ goStuScoreDetail(item){
uni.navigateTo({ if(item.StuId >0){
url: '/pages/index/scoreDetails?examId='+item.ExamId+"&stuId="+item.StuId+"&stuUId="+item.StuUId uni.navigateTo({
}); url: '/pages/index/scoreDetails?examId='+item.ExamId+"&stuId="+item.StuId+"&stuUId="+item.StuUId
});
}
} }
} }
return { return {
......
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