Commit ec802e6f authored by agping's avatar agping

800

parent a883dc57
......@@ -144,8 +144,8 @@
commentSend() {
let _this = this;
let _len = _this.commentContent.length;
if(_len<50 || _len>500){
layer.tipsX('评论字数需在50~500之间,当前字数为'+_len);
if(_len<50 || _len>800){
layer.tipsX('评论字数需在50~800之间,当前字数为'+_len);
}else{
_this.axios({
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