Преглед изворни кода

轮播上传图片取消尺寸限制

lidongxue пре 6 месеци
родитељ
комит
bd94256508

+ 15 - 14
src/main/resources/static/admin/plugins/uploader/js/jax.uploader.js

@@ -117,20 +117,21 @@
                         //var error = $(picker).prev().parents().prev("div").prev("div").find(".gt-upload-error");
 
                         //检查格式
-                        if (fileSize * 1024 * 1024 < file.size) {
-                            if(options.lang === 'en'){
-                                layer.msg("File Exceeds Size Limits.", function(){
-                                });
-                            } else {
-                                layer.msg("尺寸超过限制", function(){
-                                });
-                            }
-                            
-                            //console.log(0);
-                            //$(error).text("尺寸超过限制");
-                            //$(error).removeClass("hide");
-                            return false;
-                        }
+
+                        // if (fileSize * 1024 * 1024 < file.size) {
+                        //     if(options.lang === 'en'){
+                        //         layer.msg("File Exceeds Size Limits.", function(){
+                        //         });
+                        //     } else {
+                        //         layer.msg("尺寸超过限制", function(){
+                        //         });
+                        //     }
+                        //
+                        //     //console.log(0);
+                        //     //$(error).text("尺寸超过限制");
+                        //     //$(error).removeClass("hide");
+                        //     return false;
+                        // }
 
                         //检查文件类型
                         var extsCount = 0;

+ 15 - 14
src/main/resources/static/libs/upload/js/jax.uploader.js

@@ -117,20 +117,21 @@
                         //var error = $(picker).prev().parents().prev("div").prev("div").find(".gt-upload-error");
 
                         //检查格式
-                        if (fileSize * 1024 * 1024 < file.size) {
-                            if(options.lang === 'en'){
-                                layer.msg("File Exceeds Size Limits.", function(){
-                                });
-                            } else {
-                                layer.msg("尺寸超过限制", function(){
-                                });
-                            }
-                            
-                            //console.log(0);
-                            //$(error).text("尺寸超过限制");
-                            //$(error).removeClass("hide");
-                            return false;
-                        }
+
+                        // if (fileSize * 1024 * 1024 < file.size) {
+                        //     if(options.lang === 'en'){
+                        //         layer.msg("File Exceeds Size Limits.", function(){
+                        //         });
+                        //     } else {
+                        //         layer.msg("尺寸超过限制", function(){
+                        //         });
+                        //     }
+                        //
+                        //     //console.log(0);
+                        //     //$(error).text("尺寸超过限制");
+                        //     //$(error).removeClass("hide");
+                        //     return false;
+                        // }
 
                         //检查文件类型
                         var extsCount = 0;