Commit 424701f8 authored by 罗超's avatar 罗超

1

parent b7fef7dc
......@@ -41,7 +41,7 @@
@touchend="touchend"
>本阅读理解共5小题</view
>
<template v-if="!isOperate">
<template v-if="isOperate">
<view class="questionView">
<view
v-for="(item2, index2) in item1.QuestionContentObj"
......@@ -213,7 +213,7 @@
<view v-html="item3.Content" class="chooseName"></view>
</view>
</view>
<view class="AnswerContent" v-if="isOperate">
<view class="AnswerContent">
<view>
<text style="color: #8c8a94">正确答案:</text>
<text class="isTrueAnswer">{{
......@@ -547,6 +547,6 @@ export default {
font-size: 30rpx;
padding: 25rpx;
background-color: #f4f4f4;
border-radius: 5px;
border-radius: 10rpx;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment