开发完错题本

This commit is contained in:
田岩
2025-08-30 20:31:58 +08:00
parent 859248fc6a
commit 05b89f91ca
20 changed files with 396 additions and 232 deletions
+2 -1
View File
@@ -31,7 +31,7 @@
</view>
<view class="title-note">
考试时长
<text class="bold">{{ detailData.limitTm }}</text>
<text class="bold">{{ detailData.limitTm / 60 }}</text>
分钟
</view>
<view class="title-table">
@@ -154,6 +154,7 @@
}, 0)
);
const goto_examination = async () => {
if(detailData.limitTyp === 'SG' && detailData.examStatText === 'Y') return common.msg('考试已完成');
common.loading();
startTraExamPapersInfo({
examId: detailData.examId