li.shaoyi 1 年之前
父節點
當前提交
bab5b6eaf3
共有 1 個文件被更改,包括 2 次插入2 次删除
  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')"
                     :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>