Browse Source

修改 调用顺序问题

wangxy 1 week ago
parent
commit
2ba13767f1
1 changed files with 4 additions and 1 deletions
  1. 4 1
      pages/client/Lianxi/exam.vue

+ 4 - 1
pages/client/Lianxi/exam.vue

@@ -76,7 +76,7 @@
 		<!-- 交卷确认 -->
 		<answerQueren ref="answerQrRef" @confirm="handleQuerenConfirm"></answerQueren>
 		<!-- 考试得分 -->
-		<submitScoreVue title="练习得分" nameKey="lxName" ref="subScoreRef" labelName="练习总分" @confirm="handleScoreConfirm" @close="handleScoreClose"></submitScoreVue>
+		<submitScoreVue title="练习得分" nameKey="lxName" ref="subScoreRef" labelName="练习总分" @goIndex="handleGoIndex" @confirm="handleScoreConfirm" @close="handleScoreClose"></submitScoreVue>
 	</view>
 </template>
 
@@ -191,6 +191,9 @@
 		}
 	});
 	
+	function handleGoIndex() {
+		handleBack()
+	}
 	
 	function handleScoreClose() {