From ce062b3ff6d8e3db929820d004972df893882d4e Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期三, 18 十二月 2024 09:47:49 +0800 Subject: [PATCH] bug优化 --- packageBookService/pages/psychologyAnswer/questionOptions/index.wxml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packageBookService/pages/psychologyAnswer/questionOptions/index.wxml b/packageBookService/pages/psychologyAnswer/questionOptions/index.wxml index 2881232..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> @@ -170,7 +170,8 @@ <scroll-view scroll-y style="height: 30vh; overflow-y: auto"> <view class="report-li"> <view class="report-li-left" style="white-space: nowrap" - >棰樼洰鎬绘暟锛�</view> + >棰樼洰鎬绘暟锛�</view + > <view class="report-li-right">{{questionDataList.length}}閬�</view> </view> <view -- Gitblit v1.9.1