xzw hace 4 años
padre
commit
ba523ff482
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      js/edit.js

+ 1 - 1
js/edit.js

@@ -644,7 +644,7 @@ Hotpoint.prototype.addmedia = function() {
             alert("文件必须为图片!");
             return false;
         }
-        if (!restrictedSize(file, 2)) {
+        if (!restrictedSize(file, 9)) {
             return false;
         }