mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-16 23:45:53 +08:00
优化登录跳转问题
This commit is contained in:
@@ -91,7 +91,7 @@ export function whetherNavigate(type = "default") {
|
||||
navigationToBack(type);
|
||||
} else {
|
||||
uni.navigateBack({
|
||||
delta: getCurrentPages().length,
|
||||
delta: getCurrentPages().length-1,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user