From 7bea38ba793077bddbdd4ce4c78891909f18d369 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 12 May 2023 14:56:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E4=BB=B7=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AiEvaluation/AiEvaluation.vue | 2 +- src/components/AiImage/AiImage.vue | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/AiEvaluation/AiEvaluation.vue b/src/components/AiEvaluation/AiEvaluation.vue index b1571c2..01371fe 100644 --- a/src/components/AiEvaluation/AiEvaluation.vue +++ b/src/components/AiEvaluation/AiEvaluation.vue @@ -18,7 +18,7 @@
- +
diff --git a/src/components/AiImage/AiImage.vue b/src/components/AiImage/AiImage.vue index 86ac9d4..07ad52b 100644 --- a/src/components/AiImage/AiImage.vue +++ b/src/components/AiImage/AiImage.vue @@ -42,9 +42,6 @@ export default { uni.previewImage({ current: this.image, urls: [this.image], - success() { - sessionStorage.setItem("previewImage", " 1") - } }) } else { this.previewFile({size: 1, ...this.file})