This commit is contained in:
@fawn-nine
2024-09-20 18:04:51 +08:00
parent 7a87130202
commit 6ad01b5a89

View File

@@ -65,12 +65,11 @@
</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="blueScore"
v-else-if="performanceScore.userScore >= 60 && performanceScore.userScore < 70"> B
</text>
v-else-if="performanceScore.userScore >= 60 && performanceScore.userScore < 70"> B </text>
<text class="small_btn border_radius_10 zhengshu"
@click="showSubmit">{{certificate && certificate.id ? '查看证书' : '生成证书'}}</text>
</view>