浏览代码

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;
 				}