forked from kidgrow-microservices-platform

zhaoxiaohao
2020-12-01 c3a4e22e7870fc27b9416e3afd939f6a3b18e988
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/files/files.html
@@ -87,10 +87,10 @@
                admin.req('api-file/files/' + obj.data.id, {}, function (data) {
                    layer.closeAll('loading');
                    if (data.resp_code == 0) {
                        layer.msg(data.resp_msg, {icon: 1, time: 500});
                        layer.msg(data.resp_msg, {icon: 1, time: 2000});
                        obj.del();
                    } else {
                        layer.msg(data.resp_msg, {icon: 2, time: 500});
                        layer.msg(data.resp_msg, {icon: 2, time: 2000});
                    }
                }, 'DELETE');
            });