瀏覽代碼

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>