mipengine / mip2

MIP (移动网页加速器)通过优化网页JS、控制资源加载顺序,达到加速网页的效果。
https://www.mipengine.org/
MIT License
184 stars 49 forks source link

mip-fixed 组件在 mip 搜索落地页被强制隐藏 #616

Closed zoumiaojiang closed 5 years ago

zoumiaojiang commented 5 years ago

BUG 描述

mip-fixed 组件在 mip 搜索落地页被强制隐藏 https://m.baidu.com/mip/c/s/mc.mxsyzen.com/mip/news/4890.html image

复现步骤

访问 https://m.baidu.com/mip/c/s/mc.mxsyzen.com/mip/news/4890.html 发现 console 控制台有报错

经排查:发现当前的 mip-fixed 组件上定义了一个 class=“footer_CustomerService”,这个 .footer_CustomerService 有个 position: fixed 属性,这样会导致 mip-fixed 被隐藏

*期望结果**

mip-fixed 组件正常展现 如果是 mip-fixed 组件的某个选择器中设置了 position: fixed 应该不隐藏