From 4874edec9b0dfc9c16f1001ece6e18499349c47e Mon Sep 17 00:00:00 2001 From: linzj <208781239@qq.com> Date: Fri, 16 Apr 2021 17:18:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9D=80=E5=BC=B9=E7=AA=97=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mall4uni/pages/editAddress/editAddress.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mall4uni/pages/editAddress/editAddress.vue b/mall4uni/pages/editAddress/editAddress.vue index 2426dce..a268a59 100644 --- a/mall4uni/pages/editAddress/editAddress.vue +++ b/mall4uni/pages/editAddress/editAddress.vue @@ -15,7 +15,7 @@ 所在地区 {{province}} {{city}} {{area}} - + 确定 @@ -217,11 +217,11 @@ export default { translate: function (e) { if (t == 0) { moveY = 0; - show = false; + show = true; t = 1; } else { moveY = 200; - show = true; + show = false; t = 0; } // this.animation.translate(arr[0], arr[1]).step(); @@ -233,7 +233,7 @@ export default { hiddenFloatView(e) { //console.log(e); moveY = 200; - show = true; + show = false; t = 0; this.animationEvents(this, moveY, show); },