li.shaoyi 1 year ago
parent
commit
bab5b6eaf3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/packages/mobile/views/account/authresult/Index.vue

+ 2 - 2
src/packages/mobile/views/account/authresult/Index.vue

@@ -9,8 +9,8 @@
                 <Cell :title="$t('user.authentication.cardtype')"
                 <Cell :title="$t('user.authentication.cardtype')"
                     :value="getCertificateTypeCodeName(userInfo.cardtypeid)" />
                     :value="getCertificateTypeCodeName(userInfo.cardtypeid)" />
                 <Cell :title="$t('user.authentication.cardnum')" :value="userInfo.cardnum" />
                 <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')">
                 <Cell :title="$t('user.authentication.cardfrontphoto')">
                     <Image fit="contain" :src="getFileUrl(userInfo.cardfrontphotourl)" width="100" height="100" />
                     <Image fit="contain" :src="getFileUrl(userInfo.cardfrontphotourl)" width="100" height="100" />
                 </Cell>
                 </Cell>