闫增涛
2024-03-19 fa662bf36ed8db479b42f912d4705c11511db558
packageBookService/pages/bookServices/examination/examination.wxml
@@ -26,6 +26,7 @@
  <question-schedule
    wx:if="{{!loading}}"
    id="countDownRef"
    isNight="{{isNight}}"
    answerType="{{answerType}}"
    countdownTime="{{countdownTime}}"
    currentIndex="{{currentIndex}}"
@@ -34,6 +35,7 @@
  ></question-schedule>
  <question-list
    wx:if="{{!loading}}"
    isNight="{{isNight}}"
    currentIndex="{{currentIndex}}"
    questionList="{{questionDataList}}"
    submitStatus="{{submitStatus}}"
@@ -55,6 +57,7 @@
<view class="page-bottom">
  <question-options
    id="question-options"
    isNight="{{isNight}}"
    submitStatus="{{submitStatus}}"
    answerType="{{answerType}}"
    countdownTime="{{countdownTime}}"
@@ -65,9 +68,11 @@
    subjectiveNum="{{subjectiveNum}}"
    subjectiveGrade="{{subjectiveGrade}}"
    correctNum="{{correctNum}}"
    mockSumTime="{{mock.sumTime}}"
    bind:setCollect="setCollect"
    bind:submitPaper="submitPaper"
    bind:restart="restart"
    bind:goQuestion="goQuestion"
    bind:changeBGColor="changeBGColor"
  ></question-options>
</view>