修复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" : "惠农生活",
"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
}
}
}
}

View File

@ -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({