退出登录的修改密码添加响应式弹窗

This commit is contained in:
2025-06-10 10:03:55 +08:00
parent 7d63133f54
commit 4d40d86061
3 changed files with 13 additions and 9 deletions

View File

@ -39,9 +39,12 @@ Page({
title: '更改密码成功',
icon: 'success'
})
wx.reLaunch({
url: '/pages/loginModule/pwdLogin/pwdLogin',
})
setTimeout(() => {
wx.reLaunch({
url: '/pages/loginModule/pwdLogin/pwdLogin',
})
}, 1000); // 1000ms = 1秒
} else {
wx.showModal({
title: '提示',