소스 검색

update pc_chat

luke 6 년 전
부모
커밋
615b57d62f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pc_chat/src/components/chat.vue

+ 1 - 1
pc_chat/src/components/chat.vue

@@ -1590,7 +1590,7 @@
 				let str = this.information;
 				let formatStr = str.replace(/\n/g, '<br/>');
 				if (str.length > 450) {
-					this.$message.error('输入字符不能大于450个字符');
+					this.$message.error('输入内容不能大于450个字符');
 					this.information = '';
 					return false;
 				}