闫增涛
2024-04-09 3b22db15cfc9f3704c4654df9d694ebfc16875bf
packageBookService/pages/bookServices/examination/questionList/index.wxml
@@ -123,10 +123,10 @@
                <view
                  wx:if="{{item.optionStyle == 'TxtAndImage'}}"
                  class="fl-center"
                  style="height: min-content"
                  style="min-height: 144rpx"
                >
                  <text>{{contentItem.value}}、</text>
                  <view class="radio-textimg">{{contentItem.txt}}</view>
                  <text class="radio-textimg">{{contentItem.txt}}</text>
                  <image src="{{contentItem.img}}" mode="aspectFit" />
                </view>
                <!-- 富文本 -->