wangxy hace 3 semanas
padre
commit
22891472ee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/exam/exam.vue

+ 1 - 1
pages/exam/exam.vue

@@ -289,7 +289,7 @@
 	function handleScoreConfirm() {
 		// 跳转成绩
 		uni.redirectTo({
-			url: `/pages/score/kaoshiChengjiInfo?hisId=${data.hisId}`
+			url: `/pages/score/index`
 		})
 	}