xzw 4 anni fa
parent
commit
ba523ff482
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
         }