Explorar o código

update pc_chat

luke %!s(int64=6) %!d(string=hai) anos
pai
achega
615b57d62f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 				}