3
This commit is contained in:
parent
9b04d020ef
commit
b0f54fe29c
@ -363,11 +363,14 @@
|
|||||||
// });
|
// });
|
||||||
// parent.layer.closeAll();//关闭弹出层
|
// parent.layer.closeAll();//关闭弹出层
|
||||||
layer.msg('支付成功',{time:2000,icon:6});
|
layer.msg('支付成功',{time:2000,icon:6});
|
||||||
parent.layer.closeAll();
|
|
||||||
/** 如果支付成功, 就取消定时器, 并重新加载页面 */
|
/** 如果支付成功, 就取消定时器, 并重新加载页面 */
|
||||||
window.clearInterval(timer);
|
window.clearInterval(timer);
|
||||||
|
|
||||||
// 关闭所有层
|
// 关闭所有层
|
||||||
|
setTimeout(function () {
|
||||||
|
parent.layer.closeAll();
|
||||||
|
}, 2000);
|
||||||
// tool.sideClose(2000);
|
// tool.sideClose(2000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user