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/questionList/index.wxml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/packageBookService/pages/psychologyAnswer/questionList/index.wxml b/packageBookService/pages/psychologyAnswer/questionList/index.wxml index 8f7932a..d7fc744 100644 --- a/packageBookService/pages/psychologyAnswer/questionList/index.wxml +++ b/packageBookService/pages/psychologyAnswer/questionList/index.wxml @@ -19,7 +19,7 @@ </view> </view> <!-- 浠呮枃瀛� --> - <view class="title-content text-space" wx:elif="{{item.stemStyle == 'Txt' && item.questionType != 'completion'}}">{{item.stem.stemTxt}}(绛旀浠呰嚜宸卞彲瑙�)</view> + <view class="title-content text-space" wx:elif="{{item.stemStyle == 'Txt' && item.questionType != 'completion'}}">{{item.stem.stemTxt}}</view> <!-- 浠呭浘鐗� --> <view wx:elif="{{item.stemStyle == 'Image'}}" class="title-content"> <image src="{{item.stem.stemImage}}" mode="aspectFit" /> -- Gitblit v1.9.1