优化登录跳转问题

master
Yer 2023-07-25 10:47:18 +08:00
parent 5a84f2192f
commit 9ed897aa85
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ export function whetherNavigate(type = "default") {
navigationToBack(type);
} else {
uni.navigateBack({
delta: getCurrentPages().length,
delta: getCurrentPages().length-1,
});
}
}