wangxy 3 settimane fa
parent
commit
22891472ee
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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`
 		})
 	}