| | |
| | | <!--pages/bookServices/examination/questionList/index.wxml--> |
| | | <view |
| | | class="question-list" |
| | | style="background-color:{{isNight ? '#000' : '#fff'}}" |
| | | style="background-color:{{isNight ? '#222' : '#fff'}}" |
| | | > |
| | | <!-- 题型title --> |
| | | <view |
| | | class="question-title" |
| | | wx:if="{{questionList[showIndex].type}}" |
| | | style="background-color:{{isNight ? '#000' : '#fff'}}" |
| | | style="background-color:{{isNight ? '#222' : '#fff'}}" |
| | | > |
| | | <text class="title-name">{{questionList[showIndex].type}}</text |
| | | ><text class="title-score" style="color: {{isNight ? '#fff' : '#000'}};" |
| | |
| | | class="title-TxtAndImage" |
| | | > |
| | | <text>{{item.stem.stemTxt}}</text> |
| | | <t-image src="{{item.stem.stemImage}}"></t-image> |
| | | <t-image src="{{item.stem.stemImage}}" /> |
| | | </view> |
| | | <!-- 富文本 --> |
| | | <view |
| | |
| | | <!-- 仅图片 --> |
| | | <view wx:if="{{item.optionStyle == 'Image'}}" class="fl-center"> |
| | | <text>{{contentItem.value}}、</text> |
| | | <t-image src="{{contentItem.img}}"></t-image> |
| | | <t-image src="{{contentItem.img}}" /> |
| | | </view> |
| | | <!-- 文字加图片 --> |
| | | <view |
| | |
| | | > |
| | | <text>{{contentItem.value}}、</text> |
| | | <text>{{contentItem.txt}}</text> |
| | | <t-image src="{{contentItem.img}}"></t-image> |
| | | <t-image src="{{contentItem.img}}" /> |
| | | </view> |
| | | <!-- 富文本 --> |
| | | <view wx:if="{{item.optionStyle == 'RichText'}}"> |
| | |
| | | <!-- 仅图片 --> |
| | | <view wx:if="{{item.optionStyle == 'Image'}}" class="fl-center"> |
| | | <text>{{contentItem.value}}、</text> |
| | | <t-image src="{{contentItem.img}}"></t-image> |
| | | <t-image src="{{contentItem.img}}" /> |
| | | </view> |
| | | <!-- 文字加图片 --> |
| | | <view |
| | |
| | | > |
| | | <text>{{contentItem.value}}、</text> |
| | | <text>{{contentItem.txt}}</text> |
| | | <t-image src="{{contentItem.img}}"></t-image> |
| | | <t-image src="{{contentItem.img}}" /> |
| | | </view> |
| | | <!-- 富文本 --> |
| | | <view wx:if="{{item.optionStyle == 'RichText'}}"> |