liuyu 5 gadi atpakaļ
vecāks
revīzija
5979538418
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 = '';
       }
       }
     },
     },