修复入驻申核结果提示问题

This commit is contained in:
liuxiaoquan 2023-03-16 11:21:25 +08:00
parent 0d2527ff69
commit 577cd4138d

View File

@ -50,6 +50,7 @@
return false; return false;
} }
let callback = function (e) { let callback = function (e) {
layer.msg(e.msg);
if (e.code == 0) { if (e.code == 0) {
setTimeout(function () { setTimeout(function () {
parent.location.reload(); parent.location.reload();