This commit is contained in:
彭桃 2023-04-04 14:11:41 +08:00
parent 9b04d020ef
commit b0f54fe29c

View File

@ -363,11 +363,14 @@
// });
// parent.layer.closeAll();//关闭弹出层
layer.msg('支付成功',{time:2000,icon:6});
parent.layer.closeAll();
/** 如果支付成功, 就取消定时器, 并重新加载页面 */
window.clearInterval(timer);
// 关闭所有层
setTimeout(function () {
parent.layer.closeAll();
}, 2000);
// tool.sideClose(2000);
}
}