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