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

調試頭部組件分享

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