视频通话时长转换

This commit is contained in:
2022-02-21 15:46:05 +08:00
parent 1be73f5bbb
commit 883f32f54c
4 changed files with 60 additions and 67 deletions

View File

@@ -95,7 +95,7 @@
}
})
// 监听收到新消息,判断是否是当前会话,更新会话内容
uni.$on('onReceiveMessage', (msg) => {
uni.$on('onReceiveMessage', (msg) => {
if (msg.targetId == this.targetId) {
this.getNewMessage()
}