@@ -169,10 +169,10 @@
loadingDone();
return;
}
- if (ue.getContent().length < 200 || ue.getContent().length > 1000000) {
+ if (ue.getContent().length < 20 || ue.getContent().length > 1000000) {
window.notie.alert({
type: 3,
- text: '文章内容过短或者超长的,字数200-1000000字!',
+ text: '文章内容过短或者超长的,字数20-1000000字!',
time: 4
});
@@ -57,10 +57,10 @@
- text: '文章内容过短或者超长的,我都认为你是在制造垃圾!',
+ text: '文章内容过短或者超长的,请修改后再提交!',
@@ -576,10 +576,10 @@ myApp.controller("postedit", ["$scope", "$http", "$location", "$timeout", functi
- if (post.Content.length < 200 || post.Content.length > 1000000) {
+ if (post.Content.length < 20 || post.Content.length > 1000000) {
+ text: '文章内容过短或者超长,请修改后再提交!',