liuyu 4 年之前
父節點
當前提交
91ec88e575
共有 1 個文件被更改,包括 0 次插入4 次删除
  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);
         }
       }