Commit 33d15b57 authored by zhengke's avatar zhengke

修改

parent f7884a68
......@@ -340,7 +340,10 @@
<view class="examination-box">
<view style="padding: 20px;">
<view style="font-size: 18px;font-weight: bold;color: #111111;">{{x.PaperName}}</view>
<view style="font-size: 12px;font-weight: 500;color: #999999;margin-top: 9px;">测评次数:5次</view>
<view style="font-size: 12px;font-weight: 500;color: #999999;margin-top: 9px;">
测评次数:<text v-if="x.ExamStatus==1||x.ExamStatus==2||x.ExamStatus==4">0</text>
<text v-if="x.ExamStatus==3||x.ExamStatus==5">1</text>
</view>
</view>
<view >
<view class="examination-box-c">
......
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