Merge branch 'master' of https://e.coding.net/ctcdevteam/cma_search
This commit is contained in:
commit
e813656963
|
@ -61,6 +61,10 @@
|
||||||
<view v-else style="color:red;font-weight: bold;">回答有误!</view>
|
<view v-else style="color:red;font-weight: bold;">回答有误!</view>
|
||||||
</view>
|
</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>
|
<view style="height:20rpx"></view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
<u-popup v-model="showM" mode="bottom" height="40%">
|
<u-popup v-model="showM" mode="bottom" height="40%">
|
||||||
|
|
Loading…
Reference in New Issue