Skip to content

Commit

Permalink
[*] 修正逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Oct 6, 2024
1 parent b3d5fd5 commit 4953103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UserInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<n-button @click="changeEmail" v-bind:disabled="tEmail.isBtnDisable" type="info"
>{{ tEmail.msg }}
</n-button>
<n-space v-bind:style="tEmail.isEditDisable ? '' : 'display: none;'">
<n-space v-bind:style="tEmail.isEditDisable ? 'display: none;' : ''">
<n-input
v-model:value="tEmail.verify.code"
style="max-width: 200px"
Expand Down

0 comments on commit 4953103

Please sign in to comment.