Commit 1630d6ea authored by duxinyuan's avatar duxinyuan

commit test max-length to 2000 ,useing vue watch

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