修复bug

This commit is contained in:
zhouyanli
2026-08-17 16:32:12 +08:00
parent 365391b490
commit a4c7318ff6
8 changed files with 30 additions and 27 deletions

View File

@@ -75,7 +75,7 @@ const onDeleteAccount = () => {
if (res.code === 200) {
uni.showToast({ title: '注销成功', icon: 'success' })
setTimeout(() => {
uni.navigateTo({
uni.reLaunch({
url: '/pageSubPack/loginSub/login?mode=pwd'
})
}, 1500)