소스 검색

fix: 弹幕修改

bill 2 년 전
부모
커밋
7951fd06a3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/RTC/chat/chat.vue

+ 1 - 1
src/components/RTC/chat/chat.vue

@@ -3,7 +3,7 @@
     <div id="contents">
       <div class="chat-item" v-for="(i, index) in chatList" :key="index">
         <div class="chat-msg">
-          {{ user_info }}
+          <!-- {{ user_info }} -->
           <span :class="{ my: i.UserId == user_info.UserId }" class="chat-name"> {{ i.Nickname }} &nbsp;</span>
           <span class="chat-content"> {{ i.text }}</span>
         </div>