Browse Source

update pc_chat

luke 6 years ago
parent
commit
615b57d62f
1 changed files with 1 additions and 1 deletions
  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;
 				}