提交 adc3a79c 编写于 作者: D DCloud_LXH

fix: Toc 导致页面第一次访问时帽点定位错误

上级 1469821d
......@@ -60,7 +60,7 @@
syncVisible();
this.$watch('visible', syncVisible);
// binding event
setTimeout(() => this.triggerEvt(), 1000);
setTimeout(() => this._onScroll(), 1000);
this._onScroll = () => this.onScroll();
this._onHashChange = () => {
const hash = decodeURIComponent(location.hash.substring(1));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册