开发完错题本
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user