111
QYF-GitLab1
2024-12-23 a2b6203372280be42530c6eaee2bffb6cf3c74d3
packageBookService/pages/psychologyAnswer/questionList/index.wxml
@@ -19,7 +19,7 @@
          </view>
        </view>
        <!-- 仅文字 -->
        <view class="title-content text-space" wx:elif="{{item.stemStyle == 'Txt' && item.questionType != 'completion'}}">{{item.stem.stemTxt}}</view>
        <view class="title-content text-space" wx:elif="{{item.stemStyle == 'Txt' && item.questionType != 'completion'}}">{{item.stem.stemTxt}}(答案仅自己可见)</view>
        <!-- 仅图片 -->
        <view wx:elif="{{item.stemStyle == 'Image'}}" class="title-content">
          <image src="{{item.stem.stemImage}}" mode="aspectFit" />