Browse Source

国际化优化

kuaifan 5 years ago
parent
commit
0913c09527
1 changed files with 1 additions and 1 deletions
  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('[图片]');
                         lasttext = this.$L('[图片]');
                         break;
                         break;
                     case 'taskB':
                     case 'taskB':
-                        lasttext = data.text + " " + this.$L("[来自关注任务]"_;
+                        lasttext = data.text + " " + this.$L("[来自关注任务]");
                         break;
                         break;
                     case 'report':
                     case 'report':
                         lasttext = data.text + " " + this.$L("[来自工作报告]");
                         lasttext = data.text + " " + this.$L("[来自工作报告]");