diff --git a/manifest.json b/manifest.json index 613b8a6..e30c937 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "惠农生活", "appid" : "__UNI__3A527D1", "description" : "", - "versionName" : "2.0.04", - "versionCode" : 2004, + "versionName" : "2.0.05", + "versionCode" : 2005, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { @@ -337,6 +337,11 @@ } }, "title" : "加载中...", - "template" : "template.h5.html" + "template" : "template.h5.html", + "optimization" : { + "treeShaking" : { + "enable" : true + } + } } } diff --git a/pages/users/user_modify_pwd/index.vue b/pages/users/user_modify_pwd/index.vue index b74dde9..19b309a 100644 --- a/pages/users/user_modify_pwd/index.vue +++ b/pages/users/user_modify_pwd/index.vue @@ -135,13 +135,13 @@ repassword: that.repassword, sms_code: that.captcha }).then(res => { - return that.$util.Tips({ - title: '设置成功!', - icon: 'success' - }, { - tab: 5, - url: '/pages/users/user_info/index' - }); + that.$util.Tips({ + title: '修改成功!', + icon: 'success' + }) + this.$nextTick((res=>{ + uni.navigateBack(); + })) }) } else { // 登录密码 modifyPassword({