fix: layer notice

This commit is contained in:
Ying
2022-08-20 18:39:44 +08:00
parent e4b3594077
commit 7345c52212
4 changed files with 12 additions and 16 deletions

View File

@@ -147,7 +147,7 @@
location.href = res.url;
}
else {
layer.msg(res.msg);
layer.msg(res.msg,'error');
}
},'json');
return false;