暂存
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user