|
|
@@ -5,7 +5,7 @@
|
|
|
</template>
|
|
|
<CellGroup title="账户" inset>
|
|
|
<Cell is-link :to="{ name: 'account-certification' }"
|
|
|
- v-if="userStore.userAccount.hasauth === AuthStatus.Uncertified">
|
|
|
+ v-if="userStore.userAccount.hasauth === AuthStatus.Uncertified && userStore.userAccount.modifystatus === 1">
|
|
|
<template #title>
|
|
|
<app-iconfont icon="g-icon-certification">实名认证</app-iconfont>
|
|
|
</template>
|