|
@@ -49,7 +49,7 @@
|
|
|
</router-link>
|
|
|
<template>
|
|
|
<p class="description" v-if="checks[1].checkStatus === 2">
|
|
|
- <span>{{ checks[1].checkRemark}}</span>
|
|
|
+ <span>{{ checks[1].checkRemark }}</span>
|
|
|
</p>
|
|
|
<div class="attest-wrap">
|
|
|
<div v-for="(item, index) in [...checks[1].checkContent1, ...checks[1].checkContent2]" :key="index">
|
|
@@ -73,7 +73,7 @@
|
|
|
<router-link class="jump-bespeak" :to="{path: '/loan/bespeak/' + id}" v-if="checks[2].checkStatus === 1">
|
|
|
预约时间
|
|
|
</router-link>
|
|
|
- <template v-if="false">
|
|
|
+ <template v-if="checks[2].checkStatus === 1">
|
|
|
<p class="description">
|
|
|
<span>您已预约:</span>
|
|
|
<span style="font-weight: 600;">2021-02-23 上午9:30</span>
|
|
@@ -81,7 +81,7 @@
|
|
|
<p class="store" style="font-weight: 600;color: #D73634;">到“文三路支行”网点办理</p>
|
|
|
<p class="time">{{ checks[2].updatedAt }}</p>
|
|
|
</template>
|
|
|
- <template v-if="true">
|
|
|
+ <template v-if="checks[2].checkStatus === 2">
|
|
|
<p class="description">
|
|
|
<span>您已预约:2021-02-23 上午9:30</span>
|
|
|
</p>
|