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})