UI优化,红包领取后缺少头像,名称字段
This commit is contained in:
@@ -89,7 +89,12 @@ export const sendMessages = async (
|
||||
options.payload.atUserList = content.payload.atUserList;
|
||||
await TUIChatService.sendTextAtMessage(options, sendMessageOptions);
|
||||
} else {
|
||||
await TUIChatService.sendTextMessage(options, sendMessageOptions);
|
||||
try {
|
||||
await TUIChatService.sendTextMessage(options, sendMessageOptions);
|
||||
} catch (err) {
|
||||
console.log('发送失败,对方不是你的好友')
|
||||
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 'image':
|
||||
|
||||
Reference in New Issue
Block a user