liuyu 4 år sedan
förälder
incheckning
91ec88e575
1 ändrade filer med 0 tillägg och 4 borttagningar
  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);
         }
       }