更新 UserProfileView.vue

This commit is contained in:
jxxghp
2025-12-23 23:16:28 +08:00
committed by GitHub
parent 0b9bbcc7b8
commit ddeeb5a7c3

View File

@@ -693,7 +693,6 @@ watch(
<!-- 双重验证弹窗 -->
<VDialog v-if="otpDialog" v-model="otpDialog" max-width="45rem" scrollable>
<VCard>
<VDialogCloseBtn @click="otpDialog = false" />
<VCardText>
<!-- 如果已启用OTP显示清除界面 -->
<template v-if="accountInfo.is_otp && !qrCode">
@@ -755,6 +754,7 @@ watch(
</VForm>
</template>
</VCardText>
<VDialogCloseBtn @click="otpDialog = false" />
</VCard>
</VDialog>