From 2a64e65874ddc2cbc83418e27930c34305d564ef Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 16 四月 2024 18:23:17 +0800 Subject: [PATCH] 答题卡选中项添加,详情页bug修改 --- 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