fix:开始详情添加解析
This commit is contained in:
parent
d52107058a
commit
e3d3622ca6
|
@ -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%">
|
||||
|
|
Loading…
Reference in New Issue