li.shaoyi vor 3 Wochen
Ursprung
Commit
4b944a4a78
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/packages/mobile/views/account/authresult/Index.vue

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

@@ -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>