li.shaoyi 3 nedēļas atpakaļ
vecāks
revīzija
4b944a4a78

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