From 3c898889ce6b7f030a8e7f042c2b632f8a2958ae Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 31 Mar 2023 09:43:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=B8=B0=E9=83=BD=E5=BE=AE?= =?UTF-8?q?=E5=BF=83=E6=84=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/fengdu/AppPhotoReport/AppPhotoReport.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/fengdu/AppPhotoReport/AppPhotoReport.vue b/src/project/fengdu/AppPhotoReport/AppPhotoReport.vue index 250a72f..2a9a3d3 100644 --- a/src/project/fengdu/AppPhotoReport/AppPhotoReport.vue +++ b/src/project/fengdu/AppPhotoReport/AppPhotoReport.vue @@ -114,7 +114,7 @@ export default { return false } - this.current = this.current + 1 + this.current += 1 } else { uni.hideLoading() }