|
|
@@ -9,8 +9,8 @@
|
|
|
<Cell :title="$t('user.authentication.cardtype')"
|
|
|
:value="getCertificateTypeCodeName(userInfo.cardtypeid)" />
|
|
|
<Cell :title="$t('user.authentication.cardnum')" :value="userInfo.cardnum" />
|
|
|
- <Cell :title="$t('banksign.bankname1')" :value="userInfo.bankbankname" />
|
|
|
- <Cell :title="$t('banksign.bankno')" :value="userInfo.bankaccount" />
|
|
|
+ <Cell :title="$t('banksign.bankname1')" :value="userInfo.bankbankname" v-if="userInfo.bankbankname" />
|
|
|
+ <Cell :title="$t('banksign.bankno')" :value="userInfo.bankaccount" v-if="userInfo.bankaccount" />
|
|
|
<Cell :title="$t('user.authentication.cardfrontphoto')">
|
|
|
<Image fit="contain" :src="getFileUrl(userInfo.cardfrontphotourl)" width="100" height="100" />
|
|
|
</Cell>
|