Browse Source

达标条件隐藏处理

zweizhao 7 years ago
parent
commit
7f7d71acf1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/cert/apply.vue

+ 1 - 1
pages/cert/apply.vue

@@ -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>