diff --git a/src/components/uh-album-photo-viewer/uh-album-photo-viewer.vue b/src/components/uh-album-photo-viewer/uh-album-photo-viewer.vue index debd5a9..70e887a 100644 --- a/src/components/uh-album-photo-viewer/uh-album-photo-viewer.vue +++ b/src/components/uh-album-photo-viewer/uh-album-photo-viewer.vue @@ -95,7 +95,7 @@ function handlePreview(url?: string) { - + - - diff --git a/src/components/uh-button/uh-button.vue b/src/components/uh-button/uh-button.vue index e1e95e5..dc1c9af 100644 --- a/src/components/uh-button/uh-button.vue +++ b/src/components/uh-button/uh-button.vue @@ -1,16 +1,18 @@ \ No newline at end of file + diff --git a/src/components/uh-comment-modal/uh-comment-modal.vue b/src/components/uh-comment-modal/uh-comment-modal.vue index d28c4cd..690f5f1 100644 --- a/src/components/uh-comment-modal/uh-comment-modal.vue +++ b/src/components/uh-comment-modal/uh-comment-modal.vue @@ -225,9 +225,9 @@ if (config.value?.security?.captcha?.anonymousCommentCaptcha) { captchaData.value.status = 'success' form.value.captchaCode = undefined - if(error?.data?.captcha){ + if (error?.data?.captcha) { captchaData.value.image = error?.data?.captcha - }else{ + } else { handleGetCaptchaImage() } } @@ -265,75 +265,72 @@