|
|
@@ -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() {
|
|
|
|