修复bug

This commit is contained in:
weipengfei 2024-03-22 11:55:05 +08:00
parent db57761742
commit ef99fe15cd
2 changed files with 15 additions and 10 deletions

View File

@ -2,8 +2,8 @@
"name" : "惠农生活", "name" : "惠农生活",
"appid" : "__UNI__3A527D1", "appid" : "__UNI__3A527D1",
"description" : "", "description" : "",
"versionName" : "2.0.04", "versionName" : "2.0.05",
"versionCode" : 2004, "versionCode" : 2005,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {
@ -337,6 +337,11 @@
} }
}, },
"title" : "加载中...", "title" : "加载中...",
"template" : "template.h5.html" "template" : "template.h5.html",
"optimization" : {
"treeShaking" : {
"enable" : true
}
}
} }
} }

View File

@ -135,13 +135,13 @@
repassword: that.repassword, repassword: that.repassword,
sms_code: that.captcha sms_code: that.captcha
}).then(res => { }).then(res => {
return that.$util.Tips({ that.$util.Tips({
title: '设置成功!', title: '修改成功!',
icon: 'success' icon: 'success'
}, { })
tab: 5, this.$nextTick((res=>{
url: '/pages/users/user_info/index' uni.navigateBack();
}); }))
}) })
} else { // } else { //
modifyPassword({ modifyPassword({