暂存
This commit is contained in:
@@ -65,12 +65,11 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="performanceScore.userScore >= 60">
|
<view class="" v-if="performanceScore.userScore >= 60">
|
||||||
恭喜您获得
|
<text>恭喜您获得</text>
|
||||||
<text class="yellowScore" v-if=" performanceScore.userScore >= 70"> A 证</text>
|
<text class="yellowScore" v-if=" performanceScore.userScore >= 70"> A 证</text>
|
||||||
<text class="blueScore"
|
<text class="blueScore"
|
||||||
v-else-if="performanceScore.userScore >= 60 && performanceScore.userScore < 70"> B
|
v-else-if="performanceScore.userScore >= 60 && performanceScore.userScore < 70"> B 证</text>
|
||||||
证</text>
|
|
||||||
<text class="small_btn border_radius_10 zhengshu"
|
<text class="small_btn border_radius_10 zhengshu"
|
||||||
@click="showSubmit">{{certificate && certificate.id ? '查看证书' : '生成证书'}}</text>
|
@click="showSubmit">{{certificate && certificate.id ? '查看证书' : '生成证书'}}</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user