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("[来自工作报告]");