11
ma
2018-02-25 0016c84fa75acb44358333afb65f019ffc11e30f
11
1 files modified
2 ■■■■■ changed files
publish/js/customAll/customS.js 2 ●●●●● patch | view | raw | blame | history
publish/js/customAll/customS.js
@@ -1463,6 +1463,8 @@
        uploader.on('error', function (type) {
            if (type == "Q_TYPE_DENIED") {
                customBase.alert("myModal", "请上传zip,rar,mp3,mp4,xls,xlsx,doc,docx,ppt,pptx,rtf格式文件", "");
            } else if (type == "Q_EXCEED_SIZE_LIMIT") {
                customBase.alert("", "文件大小不能超过20M");
            }
        });
        // 当有文件添加进来的时候