From dcdf94bfb544daeb6ada5c3b1ce6cb62f4c35863 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 16 十二月 2024 14:49:41 +0800
Subject: [PATCH] 教学互动测试版完成

---
 packageBookService/pages/psychologyAnswer/questionList/index.wxml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/packageBookService/pages/psychologyAnswer/questionList/index.wxml b/packageBookService/pages/psychologyAnswer/questionList/index.wxml
index 79043cd..ef84962 100644
--- a/packageBookService/pages/psychologyAnswer/questionList/index.wxml
+++ b/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}}"

--
Gitblit v1.9.1