This commit is contained in:
唐明明
2022-02-16 12:03:11 +08:00
parent ad58731a78
commit bc13cc6f78
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
import im from '@/utils/im/index.js'
export default {
onLaunch: function() {
onLaunch: function() {
im.initIm('lmxuhwaglu76d')
return
//#ifdef APP-PLUS

View File

@@ -108,7 +108,7 @@
new Date().getTime(),
100,
true,
(messages) => {
(messages) => {
this.messages = messages.reverse()
this.scrollBottom()
})