From 8694822a30bce61d07252cd0493930404e99ae72 Mon Sep 17 00:00:00 2001 From: git-ping Date: Wed, 25 Sep 2019 17:46:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=B0=E5=9D=80=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/editAddress/editAddress.js | 6 ++++-- pages/editAddress/editAddress.wxml | 2 +- project.config.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pages/editAddress/editAddress.js b/pages/editAddress/editAddress.js index d23da68..6eef45e 100644 --- a/pages/editAddress/editAddress.js +++ b/pages/editAddress/editAddress.js @@ -156,6 +156,9 @@ Page({ show = true; t = 0; } + this.setData({ + show: true + }); // this.animation.translate(arr[0], arr[1]).step(); this.animationEvents(this, moveY, show); @@ -183,8 +186,7 @@ Page({ that.animation.translateY(moveY + 'vh').step() that.setData({ - animation: that.animation.export(), - show: show + animation: that.animation.export() }) }, diff --git a/pages/editAddress/editAddress.wxml b/pages/editAddress/editAddress.wxml index d77633f..b35e4b1 100644 --- a/pages/editAddress/editAddress.wxml +++ b/pages/editAddress/editAddress.wxml @@ -14,7 +14,7 @@ 所在地区 {{province}} {{city}} {{area}} - + 确定 diff --git a/project.config.json b/project.config.json index 496cc46..a136cfb 100644 --- a/project.config.json +++ b/project.config.json @@ -16,7 +16,7 @@ "compileType": "miniprogram", "libVersion": "2.6.4", "appid": "wx6fa71e69231a4fa4", - "projectname": "亚米科技mall4j", + "projectname": "%E4%BA%9A%E7%B1%B3%E7%A7%91%E6%8A%80mall4j", "debugOptions": { "hidedInDevtools": [] },