闫增涛
2024-04-16 2a64e65874ddc2cbc83418e27930c34305d564ef
packageBookService/pages/bookServices/examination/examination.wxml
@@ -4,7 +4,7 @@
<template is="skeleton" wx:if="{{loading}}" />
<!--导航区域 -->
<view
<!-- <view
  style="width: 100%; height: {{barHeight}}px;background-color: {{isNight ? '#191919' : '#fff'}} "
></view>
<view
@@ -23,7 +23,7 @@
  <view class="navbar-title" style="color: {{isNight ? '#fff' : '#000'}};"
    >{{answerTitle}}</view
  >
</view>
</view> -->
<view class="page-content" style="background-color:{{isNight ? '#222' : ''}}">
  <question-schedule
@@ -82,6 +82,7 @@
    subjectiveGrade="{{subjectiveGrade}}"
    correctNum="{{correctNum}}"
    mockSumTime="{{mockData.sumTime}}"
    showId="{{showId}}"
    bind:setCollect="setCollect"
    bind:submitPaper="submitPaper"
    bind:restart="restart"
@@ -89,6 +90,7 @@
    bind:changeBGColor="changeBGColor"
    bind:onChangeSlider="onChangeSlider"
    bind:changeLoadingState="changeLoadingState"
    bind:changeNavBarColor="changeNavBarColor"
  ></question-options>
</view>