web聊天室监听不触发

用户6675990
2021-05-10 06:05 40 1
        // 监控聊天室消息
        onRoomMsg() {
            var that = this
            JIM.onRoomMsg(function(data) {
                if (data) {
                    console.log("监听成功", data.content.from_id)
                    that.chatRoomList = that.chatRoomList.concat(data)
                    var length = that.chatRoomList.length - 1
                    that.minMsg = "msg" + length
                }
            });
        },

0个回答

热门排序
gptbots-widget