zhongshujie
2024-12-19 b77e8e776af4d81e748e9e21d51b64a11085a195
packageBookService/pages/psychologyAnswer/questionOptions/index.wxml
@@ -74,7 +74,7 @@
          wx:for-index="cindex"
          wx:key="cindex"
          style="border: {{showId == citem.id ? '1px solid #ff6c00' : ''}}"
          class="question-box {{ citem.isUserAnswer ? 'answered' : 'un-answered' }}"
          class="question-box {{ citem.userAnswer ? 'answered' : 'un-answered' }}"
        >
          {{cindex+1}}
        </view>
@@ -169,7 +169,9 @@
    <view class="report-content-top">
      <scroll-view scroll-y style="height: 30vh; overflow-y: auto">
        <view class="report-li">
          <view class="report-li-left">题目总数:</view>
          <view class="report-li-left" style="white-space: nowrap"
            >题目总数:</view
          >
          <view class="report-li-right">{{questionDataList.length}}道</view>
        </view>
        <view