Commit 2580d761 authored by zhengke's avatar zhengke

修改

parent 803e4ea4
...@@ -374,6 +374,7 @@ ...@@ -374,6 +374,7 @@
<text class="" style="opacity: 0;height: 34rpx;">.</text> <text class="" style="opacity: 0;height: 34rpx;">.</text>
</view> </view>
</view> </view>
<!-- ExamStatus 1未开始 2已开始 3已考试 4缺考 5已阅卷 -->
<div class='examination-boxb' > <div class='examination-boxb' >
<view class="examination-box-c-item"> <view class="examination-box-c-item">
<text class="item_o">考试状态</text> <text class="item_o">考试状态</text>
...@@ -415,25 +416,18 @@ ...@@ -415,25 +416,18 @@
<text class=""></text> <text class=""></text>
</view> </view>
</div> </div>
</view> </view>
</view> </view>
<view class="examination-box-btnbox"> <view class="examination-box-btnbox" v-if="x.ExamStatus==1">
<view class="examination-btn" @click="gourlkaoshixq(x)"> <view class="examination-btn" @click="gourlkaoshixq(x)">
开始考试 开始考试
</view> </view>
</view> </view>
</view> </view>
</view> </view>
</view> </view>
</view> </view>
</template> </template>
</view> </view>
<bottom></bottom> <bottom></bottom>
</view> </view>
......
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