소스 검색

国际化优化

kuaifan 5 년 전
부모
커밋
0913c09527
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/assets/js/main/components/chat/Index.vue

+ 1 - 1
resources/assets/js/main/components/chat/Index.vue

@@ -683,7 +683,7 @@
                         lasttext = this.$L('[图片]');
                         break;
                     case 'taskB':
-                        lasttext = data.text + " " + this.$L("[来自关注任务]"_;
+                        lasttext = data.text + " " + this.$L("[来自关注任务]");
                         break;
                     case 'report':
                         lasttext = data.text + " " + this.$L("[来自工作报告]");