xzw 4 年之前
父節點
當前提交
ba523ff482
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
         }