提交 4796fbd1 编写于 作者: tao.wu's avatar tao.wu

調試頭部組件分享

上级 a1ad49c4
......@@ -3,7 +3,7 @@ header{
position: fixed;
left: 0;
top: 0;
z-index: 100;
z-index: 300;
.status{
width: 375px;
}
......
......@@ -113,7 +113,7 @@
if(document.documentElement){
documentScrollTop = document.documentElement.scrollTop;
}
const heightVal = imgHeight1 + imgHeight2 + imgHeight3;
// const heightVal = imgHeight1 + imgHeight2 + imgHeight3;
const scrollVal = bodyScrollTop || documentScrollTop;
this.setScrollHandle(scrollVal);
}
......
......@@ -277,6 +277,7 @@
mark: 5,
bean: 5,
},
isWeb: false,
shareObj: {}
}
},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册