rk
9 天以前 8caa1157044d2229e56a288cc5665fadf526dd45
app/pages/certification-details/certification-details.vue
@@ -66,6 +66,7 @@
         </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>
@@ -77,6 +78,7 @@
         return {
            statusType: 'review',
            detailData: null,
            hasApprovedOfficial: false,
            basicInfo: [],
            vehicleInfo: [],
            idcardImgs: [],
@@ -125,6 +127,7 @@
               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)