fix:开始详情添加解析

This commit is contained in:
shijing 2024-12-26 09:41:37 +08:00
parent d52107058a
commit e3d3622ca6
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@
<view v-else style="color:red;font-weight: bold;">回答有误!</view>
</view>
</view>
<view class="answer">
<view v-if="currentQuestion.user_answer">解析</view>
<view v-if="currentQuestion.user_answer">{{currentQuestion.resolution}}</view>
</view>
<view style="height:20rpx"></view>
</scroll-view>
<u-popup v-model="showM" mode="bottom" height="40%">