shuisheng пре 2 година
родитељ
комит
764703efbd
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/views/home/index.vue

+ 2 - 1
src/views/home/index.vue

@@ -19,10 +19,11 @@
         controls
         controls
       ></video>
       ></video>
       <div
       <div
-        v-if="currentLiveRoom && currentLiveRoom.system === 2"
+        v-if="currentLiveRoom"
         class="btn-wrap"
         class="btn-wrap"
       >
       >
         <div
         <div
+          v-if="currentLiveRoom.system === 2"
           class="btn webrtc"
           class="btn webrtc"
           @click="joinRoom()"
           @click="joinRoom()"
         >
         >