Ver Fonte

update init

wangxy há 3 semanas atrás
pai
commit
76ae7f22fd
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      pages/exam/exam.vue

+ 1 - 1
pages/exam/exam.vue

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