|
|
@@ -1,56 +1,54 @@
|
|
|
|
|
|
<template>
|
|
|
- <proginn-page>
|
|
|
- <section class="apply">
|
|
|
- <section class="apply-top">
|
|
|
- <h1>{{detail.name}}认证</h1>
|
|
|
- <section class="info" v-html="detail.description"/>
|
|
|
- <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>
|
|
|
- <span class="qual-status-name">{{item.is_completed ? '已达标' : '未达标'}}</span>
|
|
|
- </section>
|
|
|
- <span
|
|
|
- class="qual-info"
|
|
|
- >{{`${item.text}`}}{{item.target ? `(${item.completed_num}/${item.target})` : ''}}</span>
|
|
|
+ <section class="apply">
|
|
|
+ <section class="apply-top">
|
|
|
+ <h1>{{detail.name}}认证</h1>
|
|
|
+ <section class="info" v-html="detail.description"/>
|
|
|
+ <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>
|
|
|
+ <span class="qual-status-name">{{item.is_completed ? '已达标' : '未达标'}}</span>
|
|
|
</section>
|
|
|
- </section>
|
|
|
- <section class="cer-price-info">
|
|
|
- <span class="price">
|
|
|
- ¥{{detail.real_price}}
|
|
|
- <sub class="sub">/次</sub>
|
|
|
- </span>
|
|
|
- <span class="origin-price" v-if="detail.is_discount">原价¥{{detail.origin_price}}</span>
|
|
|
- <span
|
|
|
- class="vip-tag"
|
|
|
- v-if="detail.is_vip_discount"
|
|
|
- @click="clickVipPrice"
|
|
|
- >{{`${detail.is_enjoy_vip_discount ? '会员' : '开通会员低至'}¥${detail.vip_price}`}}</span>
|
|
|
- </section>
|
|
|
- <section class="cert-status">
|
|
|
- <button class="cer-ctrl death" v-if="isDeath">{{detail.btn_name}}</button>
|
|
|
- <button class="cer-ctrl" @click="clickBtn" v-else>{{detail.btn_name}}</button>
|
|
|
<span
|
|
|
- class="userful-time"
|
|
|
- v-if="detail.end_date && detail.is_cert_validate && detail.cert_no"
|
|
|
- >
|
|
|
- 有效期至{{detail.end_date}}
|
|
|
- <nuxt-link class="link-cert" :to="`/cert/no/${detail.cert_no}`">查看证书</nuxt-link>
|
|
|
- </span>
|
|
|
+ class="qual-info"
|
|
|
+ >{{`${item.text}`}}{{item.target ? `(${item.completed_num}/${item.target})` : ''}}</span>
|
|
|
</section>
|
|
|
</section>
|
|
|
- <section class="remind">
|
|
|
- <p style="color: #333;">说明:</p>
|
|
|
- <p>1、认证申请基本条件:已成为平台签约开发者,无纠纷降权记录;</p>
|
|
|
- <p>2、认证申请将在3到5个工作日内完成审核;</p>
|
|
|
- <p>3、认证申请为付费服务,若因申请者不达标而认证不通过,费用不予退回,3个月内可以免费申请3次;</p>
|
|
|
- <p>4、认证通过后,资质有效期为一年,到期后需要重新提交认证;</p>
|
|
|
- <p>5、认证通过后,如果违反平台相关规则,平台有权取消认证资质;</p>
|
|
|
- <p>6、如有疑问,请联系在线客服,或拨打客服热线 0571-28120931</p>
|
|
|
+ <section class="cer-price-info">
|
|
|
+ <span class="price">
|
|
|
+ ¥{{detail.real_price}}
|
|
|
+ <sub class="sub">/次</sub>
|
|
|
+ </span>
|
|
|
+ <span class="origin-price" v-if="detail.is_discount">原价¥{{detail.origin_price}}</span>
|
|
|
+ <span
|
|
|
+ class="vip-tag"
|
|
|
+ v-if="detail.is_vip_discount"
|
|
|
+ @click="clickVipPrice"
|
|
|
+ >{{`${detail.is_enjoy_vip_discount ? '会员' : '开通会员低至'}¥${detail.vip_price}`}}</span>
|
|
|
</section>
|
|
|
+ <section class="cert-status">
|
|
|
+ <button class="cer-ctrl death" v-if="isDeath">{{detail.btn_name}}</button>
|
|
|
+ <button class="cer-ctrl" @click="clickBtn" v-else>{{detail.btn_name}}</button>
|
|
|
+ <span
|
|
|
+ class="userful-time"
|
|
|
+ v-if="detail.end_date && detail.is_cert_validate && detail.cert_no"
|
|
|
+ >
|
|
|
+ 有效期至{{detail.end_date}}
|
|
|
+ <nuxt-link class="link-cert" :to="`/cert/no/${detail.cert_no}`">查看证书</nuxt-link>
|
|
|
+ </span>
|
|
|
+ </section>
|
|
|
+ </section>
|
|
|
+ <section class="remind">
|
|
|
+ <p style="color: #333;">说明:</p>
|
|
|
+ <p>1、认证申请基本条件:已成为平台签约开发者,无纠纷降权记录;</p>
|
|
|
+ <p>2、认证申请将在3到5个工作日内完成审核;</p>
|
|
|
+ <p>3、认证申请为付费服务,若因申请者不达标而认证不通过,费用不予退回,3个月内可以免费申请3次;</p>
|
|
|
+ <p>4、认证通过后,资质有效期为一年,到期后需要重新提交认证;</p>
|
|
|
+ <p>5、认证通过后,如果违反平台相关规则,平台有权取消认证资质;</p>
|
|
|
+ <p>6、如有疑问,请联系在线客服,或拨打客服热线 0571-28120931</p>
|
|
|
</section>
|
|
|
- </proginn-page>
|
|
|
+ </section>
|
|
|
</template>
|
|
|
|
|
|
<script>
|