From 0164ff4b75d40c6c73cb9fbfab7757af7a4f98ff Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Mon, 8 Jun 2026 14:38:19 +0800 Subject: [PATCH] no message --- root/detail/bossinfo.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/root/detail/bossinfo.vue b/root/detail/bossinfo.vue index 782b172..f3857dc 100644 --- a/root/detail/bossinfo.vue +++ b/root/detail/bossinfo.vue @@ -3,7 +3,7 @@
- + {{ jobDetail.store.aliasName }} @@ -47,7 +47,11 @@ export default { data() { return { - jobDetail: {}, + jobDetail: { + store: { + aliasName:'' + }, + }, swiperArray: [], muted: true, isFullscreen: false, @@ -102,7 +106,7 @@ export default { html = html.replace(/\[([^\]]+)\]\(([^)]+)\)/g, '$1'); html = html.replace(/^---+$/gm, '
'); html = html.replace(/^\>\s+(.+)$/gm, '
$1
'); - html = html.replace(/\n{2,}/g, '

'); + html = html.replace(/\n{2,}/g, '

'); html = html.replace(/\n/g, '
'); html = '

' + html + '

'; html = html.replace(/

\s*<\/p>/g, '');