publish/js/customAll/customS.js | ●●●●● 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"); } }); // 当有文件添加进来的时候