liuyu 4 years ago
parent
commit
5979538418
1 changed files with 1 additions and 1 deletions
  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;
       data.sendname = this.user.name;
       const res = await this.create(data);
       const res = await this.create(data);
       if (this.$checkRes(res)) {
       if (this.$checkRes(res)) {
-        this.$message('发送成功');
+        //this.$message('发送成功');
         this.content = '';
         this.content = '';
       }
       }
     },
     },