This commit is contained in:
2020-08-14 09:26:59 +08:00
parent 2a58f2f63f
commit 90e9e06915
3 changed files with 12 additions and 7 deletions

View File

@@ -457,7 +457,8 @@ export default {
if(!this.chatRoomService.status){
uni.showToast({
title: '连接聊天室中,请稍等',
duration: 2000
duration: 2000,
icon: "none"
});
return
}