liuyu 5 tahun lalu
induk
melakukan
b1963b4084
1 mengubah file dengan 1 tambahan dan 3 penghapusan
  1. 1 3
      src/views/live/roomDetail.vue

+ 1 - 3
src/views/live/roomDetail.vue

@@ -364,9 +364,7 @@ export default {
       console.log(this.user.uid);
       console.log(this.user.uid);
       if (body) {
       if (body) {
         body = JSON.parse(body);
         body = JSON.parse(body);
-        if (body.shmaiid === this.user.uid) {
-          this.swichposition(body.shmaiid);
-        }
+        this.swichposition(body.shmaiid);
       }
       }
     },
     },
     onOtheMessage(message) {
     onOtheMessage(message) {