mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2025-12-30 11:02:25 +00:00
样式优化
This commit is contained in:
@@ -216,7 +216,7 @@ const getGroupChatMsgTips = (content) => {
|
||||
|
||||
const showDetailContent = computed(() => {
|
||||
if (isShowDraft.value) {
|
||||
return sessionInfo.value.draft
|
||||
return sessionInfo.value.draft?.replace(/\{\d+\}/g, '{图片}') // 把内容中的`{xxxxxx}`格式的图片统一转成`{图片}`
|
||||
} else {
|
||||
const replaceContent = lastMsg.value.content?.replace(/\{\d+\}/g, '{图片}') // 把内容中的`{xxxxxx}`格式的图片统一转成`{图片}`
|
||||
if (replaceContent) {
|
||||
|
||||
Reference in New Issue
Block a user