guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
8ffc0ce10b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/chat.vue

+ 1 - 1
src/components/chat.vue

@@ -12,7 +12,7 @@
             </span>
             <span v-else>
               <el-col :span="24" class="receiver">
-                <p>{{ i.receiver_name }}[{{ i.send_time }}]</p>
+                <p>{{ i.sender_name }}[{{ i.send_time }}]</p>
                 <p>{{ i.content }}</p>
               </el-col>
             </span>