impl navigator pop

This commit is contained in:
王劲鹏
2021-06-10 11:24:27 +08:00
committed by osborn
parent a48dd1de2f
commit 38f761aad7
2 changed files with 15 additions and 2 deletions

View File

@@ -169,7 +169,6 @@ ApplicationWindow {
function navigatorPop() {
stack.pop()
console.log("stack.depth", stack.depth)
if (stack.depth > 1) {
navbar.visible = true
} else {