zhongshujie
2024-12-18 ce062b3ff6d8e3db929820d004972df893882d4e
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>
@@ -170,7 +170,8 @@
      <scroll-view scroll-y style="height: 30vh; overflow-y: auto">
        <view class="report-li">
          <view class="report-li-left" style="white-space: nowrap"
            >题目总数:</view>
            >题目总数:</view
          >
          <view class="report-li-right">{{questionDataList.length}}道</view>
        </view>
        <view