From b77e8e776af4d81e748e9e21d51b64a11085a195 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期四, 19 十二月 2024 10:49:11 +0800
Subject: [PATCH] 未提交退出提示

---
 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