Commit 4b4b6ddf authored by Hejx's avatar Hejx Committed by 杨奕

Remove useless parameters

parent f68af37f
......@@ -132,7 +132,7 @@
}
clearTimeout(this.timeout);
this.timeout = setTimeout(() => {
this.rootMenu.closeMenu(this.index, this.indexPath);
this.rootMenu.closeMenu(this.index);
}, 300);
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment