Merge pull request '直播聊天是状态' (#176) from xbx into master
Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/176
This commit is contained in:
commit
2a79e45d77
@ -454,6 +454,13 @@ export default {
|
||||
},
|
||||
methods:{
|
||||
sendMessage (messageType, content) {//发送消息
|
||||
if(!this.chatRoomService.status){
|
||||
uni.showToast({
|
||||
title: '连接聊天室中,请稍等',
|
||||
duration: 2000
|
||||
});
|
||||
return
|
||||
}
|
||||
console.log(this.room,this.room.id,messageType, content)
|
||||
if(content == "" && messageType == 0) return;
|
||||
var message = {
|
||||
|
Loading…
Reference in New Issue
Block a user