From deacb08ab6b48db066458433f21a52a0ee1a95ea Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 14 二月 2025 09:28:32 +0800 Subject: [PATCH] bug --- packageBookService/pages/psychologyAnswer/questionOptions/index.wxml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packageBookService/pages/psychologyAnswer/questionOptions/index.wxml b/packageBookService/pages/psychologyAnswer/questionOptions/index.wxml index 1dc54f0..5098630 100644 --- a/packageBookService/pages/psychologyAnswer/questionOptions/index.wxml +++ b/packageBookService/pages/psychologyAnswer/questionOptions/index.wxml @@ -74,7 +74,7 @@ wx:for-index="cindex" wx:key="cindex" style="border: {{showId == citem.id ? '1px solid #ff6c00' : ''}}" - class="question-box {{ citem.isUserAnswer ? 'answered' : 'un-answered' }}" + class="question-box {{ citem.userAnswer ? 'answered' : 'un-answered' }}" > {{cindex+1}} </view> @@ -169,7 +169,9 @@ <view class="report-content-top"> <scroll-view scroll-y style="height: 30vh; overflow-y: auto"> <view class="report-li"> - <view class="report-li-left">棰樼洰鎬绘暟锛�</view> + <view class="report-li-left" style="white-space: nowrap" + >棰樼洰鎬绘暟锛�</view + > <view class="report-li-right">{{questionDataList.length}}閬�</view> </view> <view -- Gitblit v1.9.1