|
|
@@ -31,7 +31,7 @@
|
|
|
v-if="userStore.userAccount.hasauth === AuthStatus.Rejected && userStore.userAccount.modifyremark" />
|
|
|
</CellGroup>
|
|
|
<div class="g-layout-block g-layout-block--inset"
|
|
|
- v-if="userStore.userAccount.hasauth === AuthStatus.Rejected && userStore.userAccount.modifystatus === 1">
|
|
|
+ v-if="userStore.userAccount.hasauth !== AuthStatus.Certified && ![2, 3, 4].includes(userStore.userAccount.modifystatus)">
|
|
|
<Button type="primary" round block @click="routerTo('account-certification')">重新认证</Button>
|
|
|
</div>
|
|
|
</template>
|