packageBookService/pages/psychologyAnswer/questionList/index.wxml
@@ -4,7 +4,7 @@ style="background-color:{{isNight ? '#222' : '#fff'}}" > <!-- 答题提示title --> <view class="question-title" wx:if="{{questionTitle}}"> <view id="question-title" class="question-title" wx:if="{{questionTitle}}"> <rich-text class="substance" nodes="{{questionTitle}}" @@ -13,9 +13,11 @@ </view> <!-- 题目列表 --> <swiper id="swiper" class="swiper" bindanimationfinish="changeSwiper" current="{{currentIndex}}" style="{{'height:'+height}}" > <swiper-item wx:for="{{questionList}}"