| | |
| | | </view> |
| | | </view> |
| | | |
| | | <button v-if="hasApprovedOfficial && statusType === 'approved'" class="cert-details-page__rebtn" @click="goRecertify">重新认证</button> |
| | | <button v-if="statusType === 'rejected'" class="cert-details-page__rebtn" @click="goRecertify">重新认证</button> |
| | | <view style="width: 100%; height: 30rpx;" v-if="statusType === 'rejected'"></view> |
| | | </view> |
| | |
| | | return { |
| | | statusType: 'review', |
| | | detailData: null, |
| | | hasApprovedOfficial: false, |
| | | basicInfo: [], |
| | | vehicleInfo: [], |
| | | idcardImgs: [], |
| | |
| | | uni.hideLoading() |
| | | if (res.code === 200) { |
| | | this.detailData = res.data |
| | | this.hasApprovedOfficial = res.data.hasApprovedOfficial === true |
| | | console.log(res.data) |
| | | this.setStatusType(res.data.auditStatus) |
| | | this.formatBasicInfo(res.data) |