| | |
| | | > |
| | | <img class="result-icon" :src="IconSuccess" /> |
| | | <div class="result-title">认证成功</div> |
| | | <div class="result-subtitle">您的企业实名已认证成功</div> |
| | | <div class="result-subtitle">您的实名已认证成功</div> |
| | | <PageFooterBtn type="primary" class="result-btn" @click="goUserCenter" |
| | | >返回个人中心</PageFooterBtn |
| | | > |
| | |
| | | > |
| | | <img class="result-icon" :src="IconError" /> |
| | | <div class="result-title">认证失败</div> |
| | | <div class="result-subtitle">您的企业实名认证失败</div> |
| | | <div class="result-subtitle">您的实名认证失败</div> |
| | | <div class="result-subtitle">失败原因:{{ myCertificationAuditInfo?.auditNote ?? '' }}</div> |
| | | <PageFooterBtn type="primary" class="result-btn" @click="goBack()" |
| | | >重新提交认证</PageFooterBtn |