From 7ba07c2f2d8cbb1a0dd83ab2eef8c52d8647c359 Mon Sep 17 00:00:00 2001 From: hbao Date: Thu, 24 Feb 2022 16:01:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E6=B7=BB=E5=8A=A0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homesteadSurvey/add.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/homesteadSurvey/add.vue b/src/views/homesteadSurvey/add.vue index b817da7d..c6d28643 100644 --- a/src/views/homesteadSurvey/add.vue +++ b/src/views/homesteadSurvey/add.vue @@ -35,14 +35,14 @@
- +

房屋信息

- +

附属设施

@@ -3613,16 +3613,16 @@ changeActive(){ if(this.active<4){ this.active+=1 - this.mapClickLoading(); }else{ this.active=1 - this.mapClickLoading(); } }, changeActiveBack(){ if(this.active>1){ this.active-=1 - this.mapClickLoading(); + if(this.active ==1){ + this.mapClickLoading(); + } }else{ this.active=1 this.mapClickLoading();