liuyu 5 năm trước cách đây
mục cha
commit
5979538418
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/live/roomMeet.vue

+ 1 - 1
src/views/live/roomMeet.vue

@@ -126,7 +126,7 @@ export default {
       data.sendname = this.user.name;
       const res = await this.create(data);
       if (this.$checkRes(res)) {
-        this.$message('发送成功');
+        //this.$message('发送成功');
         this.content = '';
       }
     },