Browse Source

贷款详情页接数据

panyong 4 years ago
parent
commit
fd37817141
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htmldev/loan/src/views/loan/detail/index.vue

+ 1 - 1
htmldev/loan/src/views/loan/detail/index.vue

@@ -79,7 +79,7 @@
               </p>
               <p class="time">{{ checks[2].updatedAt }}</p>
             </template>
-            <template v-if="checks[2].checkStatus === 2 && checks[3].checkStatus === 1">
+            <template v-if="checks[2].checkStatus === 2 && checks[3].checkStatus !== 0">
               <p class="description">
                 <span>{{ checks[2].checkRemark }}</span>
               </p>