|
|
@@ -114,7 +114,7 @@ layui.use(['element', 'form', 'layer', 'upload'], function () {
|
|
|
/* 漂浮消息 */
|
|
|
$.fn.Messager = function (result) {
|
|
|
if (result.code === 0) {
|
|
|
- layer.msg(result.msg, {offset: '15px', time: 1000, icon: 1});
|
|
|
+ layer.msg(result.msg, {offset: '15px', time: 3000, icon: 1});
|
|
|
setTimeout(function () {
|
|
|
if (result.data === 'submit[refresh]') {
|
|
|
parent.location.reload();
|