|
|
@@ -4,7 +4,7 @@
|
|
|
<section class="freelancer-top">
|
|
|
<h1>{{detail.name}}认证</h1>
|
|
|
<section class="info" v-html="detail.description"/>
|
|
|
- <section class="cert-quals">
|
|
|
+ <section v-if="conditions.length" class="cert-quals">
|
|
|
<section class="cert-qual" v-for="(item, index) of conditions" :key="index">
|
|
|
<section class="qual-status" :class="{'qual-completed': item.is_completed}">
|
|
|
<div class="qual-point"></div>
|