This commit is contained in:
唐明明
2022-01-20 17:22:25 +08:00
parent 4395397c23
commit 09c5f0d0b4
6 changed files with 172 additions and 109 deletions

View File

@@ -1,7 +1,6 @@
<template>
<view class="chat-content">
<scroll-view class="chat-scrool" :scroll-y="true" :scroll-into-view="scrollIntoID"
:scroll-with-animation="false">
<scroll-view class="chat-scrool" :scroll-y="true" :scroll-into-view="scrollIntoID" :scroll-with-animation="false">
<!-- 聊天窗口 -->
<view class="chat-item" v-for="(item,index) in messages" :key="index" :id="'chatId_'+index">
<view class="chat-item-time">