Commit ec802e6f authored by agping's avatar agping

800

parent a883dc57
...@@ -144,8 +144,8 @@ ...@@ -144,8 +144,8 @@
commentSend() { commentSend() {
let _this = this; let _this = this;
let _len = _this.commentContent.length; let _len = _this.commentContent.length;
if(_len<50 || _len>500){ if(_len<50 || _len>800){
layer.tipsX('评论字数需在50~500之间,当前字数为'+_len); layer.tipsX('评论字数需在50~800之间,当前字数为'+_len);
}else{ }else{
_this.axios({ _this.axios({
method: 'POST', method: 'POST',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment