index.js 500 Bytes
/*
    yoho客服 im: 首页
    @author acgpiano
*/

'use strict';

import {Time} from './time';
import {Tip} from './tip';
import {ChatRole, Customer, Employee, Robot} from './role';

const chatBox = $('#chat-window');

chatBox.append(new Tip().offLine());
chatBox.append(new Tip('aaaa').onLine());

let men = new Customer();

chatBox.append(men.sendMsg('阿萨德法师打发斯蒂芬阿斯顿发送到发送到快乐自行车vasdfasdf 阿斯顿发生的发生的罚款一u让我u', true));