liuyu hace 4 años
padre
commit
91ec88e575
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      src/views/live/roomDetail.vue

+ 0 - 4
src/views/live/roomDetail.vue

@@ -359,10 +359,6 @@ export default {
       if (body) {
         body = JSON.parse(body);
         if (body.shmaiid === this.user.uid) {
-          this.$message({
-            message: 'uu--' + this.user.uid,
-            type: 'success',
-          });
           this.swichposition(body.shmaiid);
         }
       }