jQuery MiniUI

标题: 在B(提示)提示信息弹窗,怎么关闭A(选择时间)弹窗, [打印本页]

作者: 都是问题    时间: 2020-3-17 14:49:07     标题: 在B(提示)提示信息弹窗,怎么关闭A(选择时间)弹窗,

[attach]12748[/attach]
使用window.CloseOwnerWindow()这个没有用,会让B提示一闪而过

作者: felt    时间: 2020-3-17 17:22:04

请提供相关的代码。
这些弹出都是什么?
作者: 都是问题    时间: 2020-3-18 10:38:28

felt 发表于 2020-3-17 17:22
请提供相关的代码。
这些弹出都是什么?

A里面弹html页面——mini.open
B里面弹的  mini.alert("该岗位在当前月没有模板,请重新选择","提示",window.CloseOwnerWindow);
作者: felt    时间: 2020-3-18 14:18:35

都是问题 发表于 2020-3-18 10:38
A里面弹html页面——mini.open
B里面弹的  mini.alert("该岗位在当前月没有模板,请重新选择","提示",win ...

请按标准的方法来关闭
function CloseWindow(action) {      
        if (window.CloseOwnerWindow) return window.CloseOwnerWindow(action);
        else window.close();
    }
mini.alert(111,222,function(){
       CloseWindow();
    });




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2