Commit 0df836f1 authored by liudong1993's avatar liudong1993

1

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