From 38a020f9a70205f03a38bcbb3c9b7ec57ce52291 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 31 Mar 2023 09:39:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E4=BB=B7=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AiEvaluation/AiEvaluation.vue | 16 +++++++++------- src/mods/conv/AppPhotoReport/AppPhotoReport.vue | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/components/AiEvaluation/AiEvaluation.vue b/src/components/AiEvaluation/AiEvaluation.vue index f58bbaa..281abc8 100644 --- a/src/components/AiEvaluation/AiEvaluation.vue +++ b/src/components/AiEvaluation/AiEvaluation.vue @@ -1,11 +1,14 @@ diff --git a/src/mods/conv/AppPhotoReport/AppPhotoReport.vue b/src/mods/conv/AppPhotoReport/AppPhotoReport.vue index 2bf9f80..a365e13 100644 --- a/src/mods/conv/AppPhotoReport/AppPhotoReport.vue +++ b/src/mods/conv/AppPhotoReport/AppPhotoReport.vue @@ -114,7 +114,7 @@ export default { return false } - this.current = this.current + 1 + this.current += 1 } else { uni.hideLoading() }