Merge pull request #485 from nonameShijian/PR-Branch
自定义提示框执行后额外执行一次lib.placePoppedDialog
This commit is contained in:
commit
6bce6619fb
|
@ -58901,6 +58901,7 @@
|
|||
if(node._nointro) return;
|
||||
if(typeof node._customintro=='function'){
|
||||
if(node._customintro(uiintro,evt)===false) return;
|
||||
lib.placePoppedDialog(uiintro,evt);
|
||||
}
|
||||
else if(Array.isArray(node._customintro)){
|
||||
var caption=node._customintro[0];
|
||||
|
|
Loading…
Reference in New Issue