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 | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packageBookService/pages/psychologyAnswer/questionList/index.wxml b/packageBookService/pages/psychologyAnswer/questionList/index.wxml index 49f03a2..ef84962 100644 --- a/packageBookService/pages/psychologyAnswer/questionList/index.wxml +++ b/packageBookService/pages/psychologyAnswer/questionList/index.wxml @@ -4,14 +4,20 @@ style="background-color:{{isNight ? '#222' : '#fff'}}" > <!-- 绛旈鎻愮ずtitle --> - <view class="question-title" wx:if="{{questionTitle}}"> - <text class="title-name">鎻愮ず锛歿{questionTitle}}</text> + <view id="question-title" class="question-title" wx:if="{{questionTitle}}"> + <rich-text + class="substance" + nodes="{{questionTitle}}" + space="emsp" + ></rich-text> </view> <!-- 棰樼洰鍒楄〃 --> <swiper + id="swiper" class="swiper" bindanimationfinish="changeSwiper" current="{{currentIndex}}" + style="{{'height:'+height}}" > <swiper-item wx:for="{{questionList}}" -- Gitblit v1.9.1