This commit is contained in:
Leo_Ding 2025-08-12 18:45:36 +08:00
commit 0cc0a04508
2 changed files with 3 additions and 3 deletions

View File

@ -223,7 +223,7 @@
title: '修改成功',
icon: 'success'
});
uni.redirectTo({
uni.reLaunch({
url: '/pages/mySeekHelp/index'
});
@ -261,7 +261,7 @@
title: '撤回成功',
icon: 'success'
});
uni.redirectTo({
uni.reLaunch({
url: '/pages/mySeekHelp/index'
});
} else {

View File

@ -370,7 +370,7 @@
},
//
redirectToList() {
uni.redirectTo({
uni.reLaunch({
url: '/pages/myTickets/index'
});
}