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": [] },