random 随机用户名

randomUserID: function() {
// roomID: parseInt(10000 * Math.random()),
this.userID = new Date().getTime().toString(16).split('').reverse().join('');
},