This commit is contained in:
zty 2025-04-10 16:40:07 +08:00
commit e813656963
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%">