uni-app 79聊天类封装(十四)-处理接收消息
chat.jsimport $U from "./util.js";import $H from './request.js';class chat { constructor(arg) { this.url = arg.url this.isOnline = false this.socket = null // 获取当前用户相关信息 let user = $U.getStorage('user'); this.user = user ? JSON.parse(