From d05ffdf9c688d71d48804da7b9da83be044376b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Tue, 10 Feb 2026 13:45:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9produce=E6=A0=87=E8=93=9D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/articleListEditor_B1.vue | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/src/components/page/articleListEditor_B1.vue b/src/components/page/articleListEditor_B1.vue index b2d8cfd..4ab1442 100644 --- a/src/components/page/articleListEditor_B1.vue +++ b/src/components/page/articleListEditor_B1.vue @@ -118,7 +118,7 @@ Fetching highlights, please wait... Fetching medical history of objective, please wait... 结尾 + if (content.startsWith('

')) { + return trimmed; + } + // 如果没有包裹,则手动包裹 + return `

${trimmed}

`; +}, getData() { const loading = this.$loading({ lock: true, @@ -1671,7 +1680,7 @@ export default { this.tradition = null; this.mhooStr = null; - + // 获取文章信息 this.$api @@ -1680,6 +1689,7 @@ export default { if (res.code == 0) { this.abstract = res.data.production.abstract ? res.data.production.abstract : ''; + this.tradition = res.data.production.tradition ? res.data.production.tradition : ''; this.mhooStr = res.data.production.mhoo ? res.data.production.mhoo : '';