提交 fb797140 编写于 作者: F fancy

【移动办公】移动端提示消息位置显示的bug

上级 7362a1eb
......@@ -495,6 +495,11 @@ MWF.xApplication.Common.Main = new Class({
if (!target) target = this.window.content;
if (!type) type = "ok";
var noticeTarget = target || layout.layout.contentNode;
// 移动端如果向下滚动了就看不到了
if (layout.mobile) {
noticeTarget = $(document.body);
}
var off = offset;
if (!off) {
off = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册