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, '');