From 0b7803920728865e2b7c2178481a3afce7302ce3 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期三, 17 四月 2024 09:20:19 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

---
 packageBookService/pages/bookServices/examination/examination.wxml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/packageBookService/pages/bookServices/examination/examination.wxml b/packageBookService/pages/bookServices/examination/examination.wxml
index 42e68cc..667b280 100644
--- a/packageBookService/pages/bookServices/examination/examination.wxml
+++ b/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>
 

--
Gitblit v1.9.1