提交 03450cfb 编写于 作者: fxy060608's avatar fxy060608

fix(h5): Compatible with safari

上级 e3636d2b
......@@ -41,7 +41,8 @@ function hasOwn (obj, key) {
return _hasOwnProperty.call(obj, key)
}
function trimMPJson (json) {
function trimMPJson (json) {
delete json.maxWidth
delete json.topWindow
delete json.leftWindow
delete json.rightWindow
......
......@@ -420,7 +420,7 @@ export default {
.uni-mask+.uni-left-window,
.uni-mask+.uni-right-window {
position: absolute;
position: fixed;
}
.uni-app--showlayout+uni-tabbar {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册