闫增涛
2024-04-02 5c236aa8ee143c1f0f23e738f92c0ebc21270549
packageBookService/pages/bookServices/examination/questionOptions/index.wxml
@@ -79,7 +79,7 @@
    <view class="question-card-list">
      <view wx:for="{{cardList}}" wx:key="index" class="card-box">
        <!-- 题型 -->
        <view class="question-title">
        <view class="question-title" wx:if="{{item.infoList.length}}">
          <text class="color-box"></text>
          <text class="title-text">{{item.catalogName}}</text>
        </view>
@@ -129,7 +129,7 @@
          max="{{48}}"
          step="{{7}}"
          activeColor="#ff6c00"
          bind:changing="onChangeSlider"
          bind:change="onChangeSlider"
        />
      </view>