优化登录跳转问题

This commit is contained in:
Yer
2023-07-25 10:47:18 +08:00
parent 5a84f2192f
commit 9ed897aa85

View File

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