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