nvue直播间需要调整分享样式
This commit is contained in:
@@ -397,6 +397,13 @@
|
||||
return `[商品信息]:${data.title}`
|
||||
}
|
||||
}
|
||||
if (data.businessID === CHAT_MSG_CUSTOM_TYPE.LIVE) {
|
||||
if (isText) {
|
||||
return `${text[0]}:[直播信息] ${data.title}`
|
||||
} else {
|
||||
return `[直播信息]:${data.title}`
|
||||
}
|
||||
}
|
||||
if (data.content === 'Create Group' && item.type === 'GROUP') {
|
||||
return `${item.getLastMessage('text')?.split(':')[0]}:创建群聊`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user