@@ -288,7 +288,7 @@
// 考试得分相关 start
function handleScoreConfirm() {
// 跳转成绩
- uni.redirectTo({
+ uni.switchTab({
url: `/pages/score/index`
})
}